Skip to content

Commit

Permalink
Merge pull request #73 from meshery/fix-gosec
Browse files Browse the repository at this point in the history
nosec G107 and G304
  • Loading branch information
Revolyssup authored Dec 21, 2021
2 parents 0fd5a69 + 41babd0 commit 60b47f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./... -exclude=G301,G304,G107,G101,G110
args: -exclude=G301,G304,G107,G101,G110 ./...
tests:
# needs: [lint, error_check, static_check, vet, sec_check]
name: Tests
Expand Down

0 comments on commit 60b47f4

Please sign in to comment.