Skip to content

Commit

Permalink
Merge pull request #1085 from neicnordic/dependabot/github_actions/aq…
Browse files Browse the repository at this point in the history
…uasecurity/trivy-action-0.27.0

Bump aquasecurity/trivy-action from 0.24.0 to 0.27.0
  • Loading branch information
aaperis authored Oct 16, 2024
2 parents d9bec96 + a3faed5 commit 3439736
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_pr_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
- name: Run Trivy vulnerability scanner on postgres
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.27.0
with:
image-ref: ghcr.io/${{ github.repository }}:sha-${{ github.sha }}-postgres
format: "sarif"
Expand All @@ -119,7 +119,7 @@ jobs:
category: postgres

- name: Run Trivy vulnerability scanner on rabbitmq
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.27.0
with:
image-ref: ghcr.io/${{ github.repository }}:sha-${{ github.sha }}-rabbitmq
format: "sarif"
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
org.opencontainers.image.revision=${{ github.sha }}
- name: Run Trivy vulnerability scanner on sftp-inbox
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.27.0
with:
image-ref: ghcr.io/${{ github.repository }}:sha-${{ github.sha }}-sftp-inbox
format: "sarif"
Expand Down

0 comments on commit 3439736

Please sign in to comment.