From a8a969ff9660e9d53b85c9a608d7b98c4d88f0ff Mon Sep 17 00:00:00 2001 From: sbelondr Date: Fri, 25 Oct 2024 15:36:29 +0200 Subject: [PATCH] update workflow --- .github/workflows/docker-image.yml | 2 +- .github/workflows/new-version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 835c977..c56e03f 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@0.20 + uses: aquasecurity/trivy-action@0.20.0 with: input: /github/workspace/citelibre-rendezvous.tar severity: 'CRITICAL,HIGH' diff --git a/.github/workflows/new-version.yml b/.github/workflows/new-version.yml index 14c69c3..1b1460e 100644 --- a/.github/workflows/new-version.yml +++ b/.github/workflows/new-version.yml @@ -68,7 +68,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.0 with: input: /github/workspace/citelibre-rendezvous.tar severity: 'CRITICAL,HIGH'