Skip to content

Commit

Permalink
disable uploading sbom to release (#223)
Browse files Browse the repository at this point in the history
* disable uploading sbom to release

* disable uploading sbom as an artifact in ci
  • Loading branch information
sami-alajrami authored May 13, 2024
1 parent cee63d9 commit 47827f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/binary_provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
file: ${{matrix.artifact.path}}
format: 'spdx-json'
output-file: '${{matrix.artifact.template_name}}-sbom.spdx.json'
upload-artifact: false
upload-release-assets: false

- name: Publish SBOM
uses: anchore/sbom-action/publish-sbom@v0
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
image: ${{ env.IMAGE }}:${{ inputs.tag }}
format: 'spdx-json'
output-file: 'sbom.spdx.json'
upload-artifact: false


- name: Attest SBOM to Github
Expand Down

0 comments on commit 47827f5

Please sign in to comment.