Skip to content

Commit

Permalink
ci: add conditional execution for SBOM workflow on the main repository (
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrakshkarpe authored Oct 5, 2023
1 parent 5d9e797 commit 2847879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
contents: write # for peter-evans/create-pull-request to create branch
pull-requests: write # for peter-evans/create-pull-request to create a PR
name: Generate SBOM
if: github.repository == 'intel/cve-bin-tool' # for SBOM generation on forks
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down

0 comments on commit 2847879

Please sign in to comment.