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 4a4f596 + 9ecd072 commit f2260abCopy full SHA for f2260ab
.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.29.0
+ uses: aquasecurity/trivy-action@0.30.0
41
with:
42
image-ref: "${{ env.imageName }}:${{ env.tag }}"
43
format: "sarif"
0 commit comments