Skip to content

Commit e41ed60

Browse files
committed
Remove SBOM on PRs
1 parent e976069 commit e41ed60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
push: ${{ github.event_name != 'pull_request' }}
6868
platforms: ${{ github.event_name != 'pull_request' && env.platforms || '' }}
6969
pull: true
70-
sbom: true
71-
provenance: true
70+
sbom: ${{ github.event_name != 'pull_request' }}
71+
provenance: ${{ github.event_name != 'pull_request' }}
7272

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

0 commit comments

Comments
 (0)