We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab3eab commit 270c515Copy full SHA for 270c515
1 file changed
action-templates/actions/action-npm-build/action.yml
@@ -23,9 +23,11 @@ outputs:
23
description: "Name of the artifact upload"
24
value: ${{steps.artifact-name.outputs.artifact-name}}
25
cyclone-artifact-id:
26
+ description: "id of the sbom artifact"
27
value: ${{steps.upload-sbom-artifact.outputs.artifact-id}}
28
cyclone-path:
29
value: ${{steps.artifact-name.outputs.cyclone-path}}
30
+ description: "path of the sbom"
31
runs:
32
using: "composite"
33
steps:
0 commit comments