Skip to content

Commit

Permalink
Merge pull request #1949 from greenbone/sbom-upload
Browse files Browse the repository at this point in the history
Added composite action SPDX to dependency graph
  • Loading branch information
Elivan K authored Apr 20, 2023
2 parents d18911a + 359a82a commit 3313567
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sbom-upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: SBOM upload
on:
workflow_dispatch:
push:
branches: ["main"]
jobs:
SBOM-upload:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- name: 'SBOM upload'
uses: greenbone/actions/sbom-upload@v2

0 comments on commit 3313567

Please sign in to comment.