Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltanofff authored Nov 16, 2024
1 parent 377f0e1 commit 2b423f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@ jobs:
- name: Build Docker Image
run: docker build -f Dockerfile -t mytestapp:latest .



- name: Docker Scout Scan
run: |
curl -fsSL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh -o install-scout.sh
sh install-scout.sh
docker scout quickview
docker scout cves

0 comments on commit 2b423f7

Please sign in to comment.