Skip to content

Commit

Permalink
Don't append on cdx
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Oct 1, 2024
1 parent 0403a4b commit 1aaf98a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/phase_1_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Augment Container CycloneDX - document
run: |
/tmp/sbomasm edit --append --subject Document \
/tmp/sbomasm edit --subject Document \
--author ${SBOM_AUTHOR} \
--supplier ${SBOM_SUPPLIER} \
--repository 'https:/CISA-SBOM-Community/SBOM-Generation' \
Expand All @@ -125,7 +125,7 @@ jobs:
- name: Augment Container CycloneDX - component
run: |
/tmp/sbomasm edit --subject primary-component
/tmp/sbomasm edit --subject primary-component \
--name phase1-python-application \
--author ${SBOM_AUTHOR} \
--supplier ${SBOM_SUPPLIER} \
Expand All @@ -136,7 +136,7 @@ jobs:
- name: Augment Application CycloneDX - document
run: |
/tmp/sbomasm edit --append --subject Document \
/tmp/sbomasm edit --subject Document \
--name phase1-python-application \
--author ${SBOM_AUTHOR} \
--supplier ${SBOM_SUPPLIER} \
Expand All @@ -147,7 +147,7 @@ jobs:
- name: Augment Application CycloneDX - component
run: |
/tmp/sbomasm edit --subject primary-component
/tmp/sbomasm edit --subject primary-component \
--name phase1-python-application \
--author ${SBOM_AUTHOR} \
--supplier ${SBOM_SUPPLIER} \
Expand All @@ -169,7 +169,7 @@ jobs:
- name: Augment Container SPDX - component
run: |
/tmp/sbomasm edit --subject primary-component
/tmp/sbomasm edit --subject primary-component \
--name phase1-python-application \
--author ${SBOM_AUTHOR} \
--supplier ${SBOM_SUPPLIER} \
Expand All @@ -191,7 +191,7 @@ jobs:
- name: Augment Application SPDX - component
run: |
/tmp/sbomasm edit --subject primary-component
/tmp/sbomasm edit --subject primary-component \
--name phase1-python-application \
--author ${SBOM_AUTHOR} \
--supplier ${SBOM_SUPPLIER} \
Expand Down

0 comments on commit 1aaf98a

Please sign in to comment.