We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7aee20 commit 5fea505Copy full SHA for 5fea505
.github/workflows/build.yml
@@ -141,7 +141,7 @@ jobs:
141
142
gh codeql database create iac-db --language=iac --source-root=./project --search-path ./extractor-pack
143
144
- gh codeql database analyze iac-db "codeql-queries/iac-queries" --format=sarifv2.1.0 --output="iac-${PROJECT_REPO}.sarif"
+ gh codeql database analyze iac-db "advanced-security/iac-queries" --format=sarifv2.1.0 --output="iac-${PROJECT_REPO}.sarif"
145
146
147
docs:
0 commit comments