diff --git a/.github/workflows/container_scanning.yml b/.github/workflows/container_scanning.yml index 537bffa..a6c6d06 100644 --- a/.github/workflows/container_scanning.yml +++ b/.github/workflows/container_scanning.yml @@ -45,7 +45,7 @@ jobs: BASE_IMAGE=${{ matrix.base_image }} - name: Scan image with Anchore Grype - uses: anchore/scan-action@v5 + uses: anchore/scan-action@v6 id: scan with: image: 'ci/test:latest'