From cbf6626ec80a0717f0c65aa4c5a36dad85ba8899 Mon Sep 17 00:00:00 2001 From: Samuel BELONDRADE Date: Thu, 3 Oct 2024 10:29:12 +0200 Subject: [PATCH] Change master to fix version for trivy --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 74a2344..6940e36 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -60,7 +60,7 @@ jobs: run: docker save -o citelibre-serviceEZ.tar citelibre/service_ez:ihm-$VERSION - name: Run Trivy vulnerability scanner in tarball mode of rendez vous image - uses: aquasecurity/trivy-action@master + uses: aquasecurity/trivy-action@0.20.0 with: input: /github/workspace/citelibre-serviceEZ.tar severity: 'CRITICAL,HIGH'