Skip to content

Commit

Permalink
build: add wiz to extension build
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Oct 18, 2024
1 parent 345b793 commit 320eb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:

- name: Run wiz-cli docker image scan
if: ${{ env.wiz_available == 'true' }}
run: ./wizcli docker scan --image ghcr.io/${{ github.repository }}:rc --policy "Default vulnerabilities policy"
run: ./wizcli docker scan --image ghcr.io/${{ github.repository }}:rc --policy "Extensions Policy"

- name: Fetch digest of Docker image for Graph enrichment
if: ${{ env.wiz_available == 'true' }}
Expand Down

0 comments on commit 320eb25

Please sign in to comment.