From e7345b24732675dc9696718858a9bce1d3c83d87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:25:25 +0000 Subject: [PATCH] Update crazy-max/ghaction-container-scan action to v3 --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e64181f6..2a9ff56f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -160,7 +160,7 @@ jobs: run: docker build -f Dockerfile -t user/app:latest . working-directory: ${{ matrix.module-folder }} - name: Scan for vulnerabilities - uses: crazy-max/ghaction-container-scan@v2 + uses: crazy-max/ghaction-container-scan@v3 with: image: user/app:latest dockerfile: ./Dockerfile