Skip to content

Commit

Permalink
Remove SBOM on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jun 17, 2023
1 parent e976069 commit e41ed60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
platforms: ${{ github.event_name != 'pull_request' && env.platforms || '' }}
pull: true
sbom: true
provenance: true
sbom: ${{ github.event_name != 'pull_request' }}
provenance: ${{ github.event_name != 'pull_request' }}

- name: Run Grype vulnerability scanner
uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957 # v3.3.5
Expand Down

0 comments on commit e41ed60

Please sign in to comment.