We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0ea0f commit fb6e993Copy full SHA for fb6e993
.github/workflows/containers.yaml
@@ -277,7 +277,7 @@ jobs:
277
278
# Upload the scan results
279
- name: Upload - SARIF Results
280
- uses: github/codeql-action/upload-sarif@v4.31.7
+ uses: github/codeql-action/upload-sarif@v4.31.8
281
id: upload-sarif
282
if: ${{ github.event_name != 'pull_request' }}
283
timeout-minutes: 2
.github/workflows/scan-configs.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Upload Trivy Scan Results to GitHub Security Tab
26
if: always()
27
28
with:
29
sarif_file: "trivy-results.sarif"
30
category: "IaC-Config"
0 commit comments