Skip to content

Commit

Permalink
CPE-4332: Add wiz scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
xbglowx committed Aug 10, 2023
1 parent ac34c1f commit e91fb6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,12 @@ jobs:
GIT_BRANCH=${{ steps.prep.outputs.git-branch }}
GIT_REVISION=${{ steps.prep.outputs.git-version }}
VERSION=${{ steps.prep.outputs.version }}
wiz:
name: container-scan
needs:
- build-and-publish
uses: missionlane/github-actions-shared/.github/workflows/wiz-cli-image-scan.yaml@v1
secrets: inherit
with:
scan-image: docker-builds.pennywise.cc/${GITHUB_REPOSITORY}:${{ steps.prep.outputs.version }}
runs-on: self-hosted

0 comments on commit e91fb6e

Please sign in to comment.