We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da0e55 commit 98863a8Copy full SHA for 98863a8
.github/workflows/bff_develop.yml
@@ -1,5 +1,5 @@
1
# 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
+# https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#build-image
3
4
name: BFF Develop
5
.github/workflows/trivy-container-scan.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Run Trivy vulnerability scanner
22
- uses: aquasecurity/trivy-action@master
+ uses: aquasecurity/trivy-action@0.1.0
23
with:
24
image-ref: '${{ matrix.image-ref }}'
25
format: 'template'
0 commit comments