diff --git a/.github/workflows/cve-scan.yaml b/.github/workflows/cve-scan.yaml index 9199ff1b..79bbab5b 100644 --- a/.github/workflows/cve-scan.yaml +++ b/.github/workflows/cve-scan.yaml @@ -22,14 +22,12 @@ jobs: - name: Build images shell: bash run: | - touch ory - DOCKER_BUILDKIT=1 docker build -f .docker/Dockerfile-alpine -t oryd/ory:test-vulns . - rm ory + make docker - name: Scan image id: scan uses: anchore/scan-action@v3 with: - image: oryd/ory:test-vulns + image: oryd/ory:latest-sqlite severity-cutoff: high - name: Inspect action SARIF report run: cat ${{ steps.scan.outputs.sarif }}