Skip to content

Commit

Permalink
fix: retry with beta command installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 23, 2024
1 parent 1e1f835 commit 521cefe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:

- name: Scan Vulnerabilities
run: |
export CLOUDSDK_CORE_DISABLE_PROMPTS=1
gcloud components install beta --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 521cefe

Please sign in to comment.