Skip to content

Commit

Permalink
Bump trivy-action van 0.27.0 naar 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins authored Oct 16, 2024
1 parent 7910089 commit 0d12ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: mvn -U package -Dmaven.test.skip=true -Ddocker.skip=true -Dtest.onlyITs= -DskipQA=true -Dmaven.javadoc.skip=true

- name: "Run Trivy vulnerability scanner on ${{ matrix.docker-image }}"
uses: aquasecurity/trivy-action@0.27.0
uses: aquasecurity/trivy-action@0.28.0
# docker run --rm -v trivy_cache:/root/.cache/ aquasec/trivy image ghcr.io/b3partners/brmo-service:snapshot
with:
image-ref: "ghcr.io/b3partners/${{ matrix.docker-image }}:snapshot"
Expand Down

0 comments on commit 0d12ea2

Please sign in to comment.