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 47f8f5d commit a1d3b82Copy full SHA for a1d3b82
.github/workflows/security.yaml
@@ -114,7 +114,7 @@ jobs:
114
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT
115
116
- name: Run Trivy vulnerability scanner
117
- uses: aquasecurity/trivy-action@b2933f565dbc598b29947660e66259e3c7bc8561
+ uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2
118
with:
119
image-ref: ${{ steps.build.outputs.image }}
120
format: sarif
0 commit comments