diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88fe84680b..b0b176fae4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -393,7 +393,7 @@ jobs: make docker-build make docker-test CI=true UNSTRUCTURED_INCLUDE_DEBUG_METADATA=true - name: Scan image - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v5 with: image: "unstructured:dev" severity-cutoff: critical