Skip to content

Commit

Permalink
fix: install local-extract
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 23, 2024
1 parent 521cefe commit 56d67aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Scan Vulnerabilities
run: |
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
gcloud components install beta --quiet
gcloud components install beta local-extract --quiet
(gcloud artifacts docker images scan "${{ env.IMAGE_NAME }}:${{ github.sha }}" --format="value(response.scan)" --remote --quiet) > ./scan_id.txt
- name: Checking Critical Vulnerabilities
Expand Down

0 comments on commit 56d67aa

Please sign in to comment.