We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120b287 commit 6b33a74Copy full SHA for 6b33a74
.github/workflows/build.yml
@@ -139,9 +139,9 @@ jobs:
139
gh extensions install github/gh-codeql
140
gh codeql set-version latest
141
142
- gh codeql database create iac-db --language=iac --source-root=./project --search-path ./extractor-pack
+ gh codeql database create --language=iac --source-root=./project --search-path ./extractor-pack iac-db
143
144
- gh codeql database analyze iac-db "advanced-security/iac-queries" --format=sarifv2.1.0 --output="iac-${PROJECT_REPO}.sarif"
+ gh codeql database analyze --search-path ./extractor-pack --format sarif-latest --output="iac-${PROJECT_REPO}.sarif" iac-db ./ql/src
145
146
147
docs:
0 commit comments