We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4587c3e commit 54de3bfCopy full SHA for 54de3bf
1 file changed
.github/workflows/security-scan.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
go install github.com/securego/gosec/v2/cmd/gosec@latest
36
# exclude ent/ — auto-generated ORM code, not subject to manual security review
37
- gosec -conf .gosec.json -severity high -confidence high -exclude-dir=ent ./...
+ gosec -conf .gosec.json -severity high -confidence high -exclude-generated -exclude-dir=ent ./...
38
39
frontend-security:
40
runs-on: ubuntu-latest
0 commit comments