Skip to content

Commit b7aee20

Browse files
committed
fix: update CodeQL database creation command to use 'iac' language
1 parent 1616322 commit b7aee20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
gh extensions install github/gh-codeql
140140
gh codeql set-version latest
141141
142-
gh codeql database create iac-db --language=hcl --source-root=./project --search-path ./extractor-pack
142+
gh codeql database create iac-db --language=iac --source-root=./project --search-path ./extractor-pack
143143
144144
gh codeql database analyze iac-db "codeql-queries/iac-queries" --format=sarifv2.1.0 --output="iac-${PROJECT_REPO}.sarif"
145145

0 commit comments

Comments
 (0)