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 019764d commit 983e61fCopy full SHA for 983e61f
action.yml
@@ -26,6 +26,6 @@ runs:
26
id: extractor
27
with:
28
token: ${{ inputs.token }}
29
- extractors: "advanced-security/codeql-extractor-iac@v0.5.0,githubsecuritylab/codeql-extractor-bicep@v0.2.3"
30
- packs: advanced-security/iac-queries,githubsecuritylab/bicep-queries
31
- languages: "iac,bicep"
+ extractors: "advanced-security/codeql-extractor-iac@v0.5.0"
+ packs: advanced-security/iac-queries
+ languages: "iac"
0 commit comments