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.
2 parents a120a61 + 437c503 commit fa419c6Copy full SHA for fa419c6
.github/workflows/CIS-Trivy-AquaSecurity.yml
@@ -37,7 +37,7 @@ jobs:
37
docker build ./src/webapp01 --file ./src/webapp01/Dockerfile --tag ${{ env.imageName }}:${{ env.tag }}
38
39
- name: Run Trivy vulnerability scanner
40
- uses: aquasecurity/trivy-action@0.30.0
+ uses: aquasecurity/trivy-action@0.32.0
41
with:
42
image-ref: "${{ env.imageName }}:${{ env.tag }}"
43
format: "sarif"
0 commit comments