From 98863a8dc13e7841dfc8003c13f44cdf4e09c93e Mon Sep 17 00:00:00 2001 From: Jens Kutzsche Date: Thu, 18 Nov 2021 06:09:31 +0100 Subject: [PATCH] chore: test new trivy action --- .github/workflows/bff_develop.yml | 2 +- .github/workflows/trivy-container-scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bff_develop.yml b/.github/workflows/bff_develop.yml index b67da6893..a3a158e0c 100644 --- a/.github/workflows/bff_develop.yml +++ b/.github/workflows/bff_develop.yml @@ -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 diff --git a/.github/workflows/trivy-container-scan.yml b/.github/workflows/trivy-container-scan.yml index df2888fa9..f98da58ae 100644 --- a/.github/workflows/trivy-container-scan.yml +++ b/.github/workflows/trivy-container-scan.yml @@ -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'