Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit d73039a

Browse files
authored
Merge pull request #2 from replicatedhq/fix/trivy-sarif-template
Fix/trivy sarif template
2 parents aae2a77 + 3eb7fc4 commit d73039a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/trivy-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
security-events: write # For uploading SARIF results
1717

1818
steps:
19+
- name: Checkout
20+
uses: actions/checkout@v4
21+
1922
- name: Create Trivy config
2023
run: |
2124
cat > trivy-template.tpl << 'EOL'

0 commit comments

Comments
 (0)