We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d421493 commit bf39e4fCopy full SHA for bf39e4f
2 files changed
.github/workflows/scorecard.yaml
@@ -39,6 +39,6 @@ jobs:
39
retention-days: 5
40
41
- name: Upload to code-scanning
42
- uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4
+ uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4
43
with:
44
sarif_file: results.sarif
.github/workflows/trivy.yaml
@@ -31,7 +31,7 @@ jobs:
31
output: 'trivy-results.sarif'
32
33
- name: Upload results to code-scanning
34
35
if: always()
36
37
sarif_file: 'trivy-results.sarif'
0 commit comments