Skip to content

Commit

Permalink
chore: build full image
Browse files Browse the repository at this point in the history
  • Loading branch information
tricky42 committed Nov 15, 2023
1 parent c2ddad8 commit f43a306
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cve-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f43a306

Please sign in to comment.