Skip to content

Commit

Permalink
Remove create_purl_sbom.py from buildah
Browse files Browse the repository at this point in the history
The script is no longer needed since we don't use its output anymore.

Signed-off-by: Ales Raszka <[email protected]>
  • Loading branch information
Allda authored and chmeliik committed Nov 29, 2024
1 parent 6596fd1 commit 4ccd3a6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions task/buildah-oci-ta/0.2/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -671,9 +671,6 @@ spec:
mv sbom-temp.json sbom-cyclonedx.json
fi
echo "Creating sbom-purl.json"
python3 /scripts/create_purl_sbom.py
echo "Adding base images data to sbom-cyclonedx.json"
python3 /scripts/base_images_sbom_script.py \
--sbom=sbom-cyclonedx.json \
Expand Down
3 changes: 0 additions & 3 deletions task/buildah-remote-oci-ta/0.2/buildah-remote-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,6 @@ spec:
mv sbom-temp.json sbom-cyclonedx.json
fi
echo "Creating sbom-purl.json"
python3 /scripts/create_purl_sbom.py
echo "Adding base images data to sbom-cyclonedx.json"
python3 /scripts/base_images_sbom_script.py \
--sbom=sbom-cyclonedx.json \
Expand Down
3 changes: 0 additions & 3 deletions task/buildah-remote/0.2/buildah-remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -775,9 +775,6 @@ spec:
mv sbom-temp.json sbom-cyclonedx.json
fi
echo "Creating sbom-purl.json"
python3 /scripts/create_purl_sbom.py
echo "Adding base images data to sbom-cyclonedx.json"
python3 /scripts/base_images_sbom_script.py \
--sbom=sbom-cyclonedx.json \
Expand Down
3 changes: 0 additions & 3 deletions task/buildah/0.2/buildah.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -625,9 +625,6 @@ spec:
mv sbom-temp.json sbom-cyclonedx.json
fi
echo "Creating sbom-purl.json"
python3 /scripts/create_purl_sbom.py
echo "Adding base images data to sbom-cyclonedx.json"
python3 /scripts/base_images_sbom_script.py \
--sbom=sbom-cyclonedx.json \
Expand Down

0 comments on commit 4ccd3a6

Please sign in to comment.