Skip to content

Commit

Permalink
Merge pull request #1989 from nodiscc/trivy-fix-target-docker-image
Browse files Browse the repository at this point in the history
gihub actions: fix value of TRIVY_TARGET_DOCKER_IMAGE
  • Loading branch information
nodiscc authored May 21, 2023
2 parents 27db81a + 0eee6a2 commit 467b28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
- name: Run trivy image scanner
run: make test_trivy TRIVY_TARGET_DOCKER_IMAGE=ghcr.io/${{ secrets.DOCKER_IMAGE }}:trivy
run: make test_trivy TRIVY_TARGET_DOCKER_IMAGE=ghcr.io/${{ secrets.DOCKER_IMAGE }}:latest

0 comments on commit 467b28c

Please sign in to comment.