Skip to content

Commit

Permalink
feat: install docker scout
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Oct 30, 2024
1 parent 5823109 commit ecc5afd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/lint-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:
run: bash ./image_pull_secrets_check.sh
working-directory: ./scripts

- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Install Docker Scout
run: |
curl -fsSL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh
sudo mv docker-scout /usr/local/bin/
- name: Check to make sure that images do not have critical CVEs
run: bash ./image_cve_check.sh
Expand Down

0 comments on commit ecc5afd

Please sign in to comment.