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 97739e8 commit c914cf3Copy full SHA for c914cf3
1 file changed
.github/workflows/run_trivy.yml
@@ -40,7 +40,7 @@ jobs:
40
path: .trivy
41
key: ${{ runner.os }}-trivy-db-${{ steps.trivy-db.outputs.sha }}
42
- name: Run Trivy vulnerability scanner
43
- uses: aquasecurity/trivy-action@v0.36.0
+ uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25
44
with:
45
image-ref: "docker.io/${{ env.DOCKER_HUB_ORGANIZATION }}/${{ env.DOCKER_HUB_REPOSITORY }}:${{ github.event_name == 'workflow_dispatch' && (inputs.image_sha || github.sha) || github.event.workflow_run.head_sha }}"
46
format: "template"
0 commit comments