Skip to content

Commit 6bd2560

Browse files
authored
feat: store SBOM as artifact (#61)
Store output of the `generate_sbom` command as the artifact using the `store_artifacts` step.
1 parent 1392672 commit 6bd2560

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/commands/generate_sbom.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ steps:
4545
PARAM_STR_OUT_PATH: <<parameters.out_path>>
4646
PARAM_STR_EXCLUDE: <<parameters.exclude>>
4747
command: <<include(scripts/generate-sbom.sh)>>
48+
- store_artifacts:
49+
path: <<parameters.out_path>>
50+
destination: security-orb/sbom

0 commit comments

Comments
 (0)