We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5394b4 commit 71ffd8dCopy full SHA for 71ffd8d
.github/workflows/deploy.yml
@@ -80,7 +80,7 @@ jobs:
80
team: teamsykmelding
81
82
- name: Run Trivy vulnerability scanner
83
- uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
+ uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5
84
with:
85
image-ref: ${{ needs.build.outputs.image }}
86
ignore-unfixed: true
.github/workflows/devdeploy.yml
@@ -81,7 +81,7 @@ jobs:
87
0 commit comments