Skip to content

Commit ccadeff

Browse files
spboyerCopilot
andcommitted
fix: use checkov only for security scan (templateanalyzer cannot resolve AVM registry modules)
templateanalyzer fails with exit code 21 on Bicep files that use br/public:avm/... registry references. Bicep validation is already handled by the dedicated azure-bicep-validate workflow. Scoping the security scan to checkov only avoids the false failure. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1f43ff7 commit ccadeff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/security-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
id: msdo
2828
with:
2929
categories: 'python,IaC'
30+
tools: 'checkov'
3031

3132
- name: Upload results to Security tab
3233
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)