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 26fd38b commit 49e3430Copy full SHA for 49e3430
.github/workflows/code-quality.yaml
@@ -38,12 +38,12 @@ jobs:
38
uses: actions/checkout@v4
39
40
- name: Run Checkov
41
- uses: bridgecrewio/checkov-action@v2.0.0
+ uses: bridgecrewio/checkov-action@v12
42
with:
43
- directory: stable/
+ directory: charts/
44
framework: kubernetes
45
- output_format: sarif
46
- output_file_path: checkov-results.sarif
+ output_format: cli,sarif
+ output_file_path: console,checkov-results.sarif
47
48
- name: Upload Checkov scan results
49
uses: github/codeql-action/upload-sarif@v2
@@ -189,4 +189,4 @@ jobs:
189
if [[ $values_count -gt 100 ]]; then
190
echo "⚠️ High values count ($values_count) in $chart_dir - consider grouping"
191
fi
192
- done
+ done
0 commit comments