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 1392672 commit 6bd2560Copy full SHA for 6bd2560
src/commands/generate_sbom.yml
@@ -45,3 +45,6 @@ steps:
45
PARAM_STR_OUT_PATH: <<parameters.out_path>>
46
PARAM_STR_EXCLUDE: <<parameters.exclude>>
47
command: <<include(scripts/generate-sbom.sh)>>
48
+ - store_artifacts:
49
+ path: <<parameters.out_path>>
50
+ destination: security-orb/sbom
0 commit comments