Skip to content

Commit b851006

Browse files
committed
ignore *.pb.go files for gosec
1 parent 0348c76 commit b851006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gosec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Run Gosec Security Scanner
2929
uses: securego/gosec@master
3030
with:
31-
args: -exclude-dir=tests ./... -exclude-generated ./...
31+
args: -exclude-dir=tests -exclude="**/*.pb.go" ./... -exclude-generated ./...

0 commit comments

Comments
 (0)