Skip to content

Commit

Permalink
Replace docker scan task
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Jun 16, 2024
1 parent ddeb972 commit 3b8826b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/MiscTasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tasks:
cmds:
- container-structure-test test --image ghcr.io/ffurrer2/semver:latest --config test/semver_container_test.yml

docker:scan:
desc: Run Docker scan
grype:
desc: Run Grype scan
cmds:
- docker scan --accept-license --dependency-tree ghcr.io/ffurrer2/semver:latest
- grype ghcr.io/ffurrer2/semver:latest

0 comments on commit 3b8826b

Please sign in to comment.