Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
makefile: fail semgrep if any check fails (#737)
```bash $ make semgrep -- Running inside Docker -- ┌─────────────────┐ │ 2 Code Findings │ └─────────────────┘ command/cp.go ❯❯❱ github.err-trailing-whitespaces Trailing whitespace 49┆ > s5cmd {{.HelpName}} s3://bucket/prefix/object.gz myobject.gz ⋮┆---------------------------------------- 50┆ $ echo $? 0 ```
- Loading branch information