We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1616322 commit b7aee20Copy full SHA for b7aee20
.github/workflows/build.yml
@@ -139,7 +139,7 @@ jobs:
139
gh extensions install github/gh-codeql
140
gh codeql set-version latest
141
142
- gh codeql database create iac-db --language=hcl --source-root=./project --search-path ./extractor-pack
+ 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"
145
0 commit comments