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 f4bb2be commit 1cf8fb7Copy full SHA for 1cf8fb7
.github/workflows/reusable_trivy-scans.yml
@@ -14,8 +14,8 @@ jobs:
14
git config --global --add safe.directory $GITHUB_WORKSPACE;
15
docker build -t trivy-test .
16
17
- - name: Run Trivy vulnerability scanner - v0.2.1
18
- uses: aquasecurity/trivy-action@0.2.1
+ - name: Run Trivy vulnerability scanner, output as table
+ uses: aquasecurity/trivy-action@master
19
with:
20
image-ref: 'trivy-test'
21
format: 'table'
@@ -35,8 +35,9 @@ jobs:
35
# If above doesn't find errors, return pass message:
36
echo "Did not find core log4j errors, yay!"
37
38
- - name: Run Trivy vulnerability scanner - Latest
+ - name: Rerun Trivy vulnerability scanner for GitHub security
39
uses: aquasecurity/trivy-action@master
40
+ if: always()
41
42
43
format: 'sarif'
0 commit comments