Skip to content

Commit

Permalink
fix(action): specify content of sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
ybelMekk committed Jun 8, 2023
1 parent 5544ea2 commit 6087ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
default: 'auto-generate-for-me-please.json'
outputs:
sbom:
description: 'SBOM in cyclonedx format'
description: 'SBOM.json in cyclonedx format'
value: ${{ steps.set-outputs.outputs.SBOM }}
runs:
using: 'composite'
Expand Down

0 comments on commit 6087ee0

Please sign in to comment.