Skip to content

Commit bdfcebe

Browse files
committed
ci: exclude generated OAS code from gosec scan
1 parent 73e7890 commit bdfcebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
- name: Run gosec
9292
uses: securego/gosec@master
9393
with:
94-
args: -exclude=G104,G109,G115 ./...
94+
args: -exclude=G104,G109,G115,G602 -exclude-dir=internal/api/oas ./...

0 commit comments

Comments
 (0)