Skip to content

Commit 49e3430

Browse files
authored
Update code-quality.yaml
1 parent 26fd38b commit 49e3430

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/code-quality.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Run Checkov
41-
uses: bridgecrewio/checkov-action@v2.0.0
41+
uses: bridgecrewio/checkov-action@v12
4242
with:
43-
directory: stable/
43+
directory: charts/
4444
framework: kubernetes
45-
output_format: sarif
46-
output_file_path: checkov-results.sarif
45+
output_format: cli,sarif
46+
output_file_path: console,checkov-results.sarif
4747

4848
- name: Upload Checkov scan results
4949
uses: github/codeql-action/upload-sarif@v2
@@ -189,4 +189,4 @@ jobs:
189189
if [[ $values_count -gt 100 ]]; then
190190
echo "⚠️ High values count ($values_count) in $chart_dir - consider grouping"
191191
fi
192-
done
192+
done

0 commit comments

Comments
 (0)