Skip to content

Commit

Permalink
zuul: also push the osism-netbox image sbom (#999)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 18, 2024
1 parent e3dd854 commit aaeaf65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playbooks/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,12 @@
-v "$version" \
-f sbom.json \
-a
/usr/local/bin/syft scan "${repository}-netbox:$version" -o cyclonedx-json > sbom.json
{{ python_venv_dir }}/bin/dtrackauditor \
-p osism-netbox \
-v "$version" \
-f sbom.json \
-a
when: push_sbom | default(false) | bool
changed_when: true

0 comments on commit aaeaf65

Please sign in to comment.