Skip to content

Commit

Permalink
Remove merge syft sbom python script
Browse files Browse the repository at this point in the history
Removing the script from this repo and migrating it to
build-tasks-dockerfiles, to a separate image for sbom utility scripts.

See konflux-ci/build-tasks-dockerfiles#154

Signed-off-by: mkosiarc <[email protected]>
  • Loading branch information
mkosiarc committed Aug 15, 2024
1 parent f6198fd commit 1be1ab4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 647 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ COPY --from=golang_121 /usr/local/go /usr/local/go/go1.21
COPY --from=node_223 /usr/local/lib/node_modules/corepack /usr/local/lib/corepack
COPY --from=node_223 /usr/local/bin/node /usr/local/bin/node
COPY --from=builder /venv /venv
COPY --from=builder /src/utils/merge_syft_sbom.py /usr/local/bin/merge_syft_sbom

# link corepack, yarn, and go to standard PATH location
RUN ln -s /usr/local/lib/corepack/dist/corepack.js /usr/local/bin/corepack && \
Expand Down
327 changes: 0 additions & 327 deletions tests/unit/data/sboms/merged.bom.json

This file was deleted.

Loading

0 comments on commit 1be1ab4

Please sign in to comment.