From 97999ac1143b9380e0f38412d5c4436221240f6d Mon Sep 17 00:00:00 2001 From: Samuel BELONDRADE Date: Fri, 25 Oct 2024 15:26:20 +0200 Subject: [PATCH] Update docker-image.yml --- .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 5e1c74e..835c977 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -60,7 +60,7 @@ jobs: run: docker save -o citelibre-rendezvous.tar citelibre/rendezvous: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 with: input: /github/workspace/citelibre-rendezvous.tar severity: 'CRITICAL,HIGH'