fix: lint and gosec #41

Merged
0xmuralik merged 14 commits from murali/fix-lint into murali/tendermint-rollback 2022-10-18 10:46:37 +00:00
Showing only changes of commit 944d2702b2 - Show all commits

View File

@ -24,7 +24,7 @@ jobs:
uses: cosmos/gosec@master
with:
# we let the report trigger content trigger a failure using the GitHub Security features.
args: '-no-fail -fmt sarif -out results.sarif ./...'
args: '-no-fail -fmt sarif -out results.sarif -exclude=G701 ./...'
if: "env.GIT_DIFF_FILTERED != ''"
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1