You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# to be explicit, we're only checking the top-level `oapi-codegen` package
20
+
# we are intentionally NOT intending to keep on top of security updates in `internal/test` or `examples`, or any submodules thereof
21
+
go-package: ./...
22
+
# NOTE that we want to produce the SARIF-formatted report, which can then be consumed by other tools ...
23
+
output-format: sarif
24
+
output-file: govulncheck.sarif
25
+
26
+
# ... such as the Code Scanning tab (https://github.com/oapi-codegen/oapi-codegen/security/code-scanning?query=is%3Aopen+branch%3Amain+tool%3Agovulncheck)
0 commit comments