Skip to content

Commit

Permalink
remove 109 check till gosec resolves issues (#8044)
Browse files Browse the repository at this point in the history
  • Loading branch information
strongjz authored Dec 15, 2021
1 parent 7bae2e7 commit 13e711b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# G601 for zz_generated.deepcopy.go
# G306 TODO: Expect WriteFile permissions to be 0600 or less
# G307 TODO: Deferring unsafe method "Close"
args: -exclude=G601,G104,G204,G304,G306,G307 -tests=false -exclude-dir=test -exclude-dir=images/ -exclude-dir=docs/ ./...
args: -exclude=G109,G601,G104,G204,G304,G306,G307 -tests=false -exclude-dir=test -exclude-dir=images/ -exclude-dir=docs/ ./...

build:
name: Build
Expand Down

0 comments on commit 13e711b

Please sign in to comment.