Skip to content

Commit 98863a8

Browse files
committed
chore: test new trivy action
1 parent 3da0e55 commit 98863a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bff_develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build and package image for iris-client-bff and publish it to docker.io
2-
# https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#build-image
2+
# https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#build-image
33

44
name: BFF Develop
55

.github/workflows/trivy-container-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Run Trivy vulnerability scanner
22-
uses: aquasecurity/trivy-action@master
22+
uses: aquasecurity/trivy-action@0.1.0
2323
with:
2424
image-ref: '${{ matrix.image-ref }}'
2525
format: 'template'

0 commit comments

Comments
 (0)