Skip to content

Commit

Permalink
chore: test new trivy action
Browse files Browse the repository at this point in the history
  • Loading branch information
jekutzsche committed Nov 18, 2021
1 parent 3da0e55 commit 98863a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bff_develop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build and package image for iris-client-bff and publish it to docker.io
# https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#build-image
# https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#build-image

name: BFF Develop

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy-container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.1.0
with:
image-ref: '${{ matrix.image-ref }}'
format: 'template'
Expand Down

0 comments on commit 98863a8

Please sign in to comment.