Skip to content

Commit

Permalink
Update policy for new pipeline format, don't do policy verification o…
Browse files Browse the repository at this point in the history
…n PRs

Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell committed Oct 31, 2023
1 parent a760bf5 commit ee80211
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:

verify:
needs: [ generate-sbom, cve-scan, secret-scan]

if: ${{ github.event_name == 'push' }}
uses: ./.github/workflows/witness.yml
with:
pull_request: ${{ github.event_name == 'pull_request' }}
Expand Down
Loading

0 comments on commit ee80211

Please sign in to comment.