diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dd6e845..fad9740 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,7 +40,7 @@ jobs: docker run test-build-image-api-server || test $? -eq 1 - name: Anchore scan id: scan - uses: anchore/scan-action@v5.0.1 + uses: anchore/scan-action@v5.1.0 with: image: "test-build-image-api-server" fail-build: false