Skip to content

Commit

Permalink
SBOM
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Jan 26, 2024
1 parent b69fc2e commit 644d9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/sbom/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ runs:
run: |
echo "SBOM: ${{ steps.scan.outputs.sarif }}"
cp "${{ steps.scan.outputs.sarif }}" "${{ github.workspace }}/results/${{ github.event.repository.name }}-sbom.sarif"
cat "${{ steps.scan.outputs.sarif }}"
- name: "Scan SBOM (private repo)"
if: inputs.REPO_VISIBILITY == 'private'
Expand Down

0 comments on commit 644d9bd

Please sign in to comment.