This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 2d81f98 Add sbomqs to the containers
2d81f98 is described below
commit 2d81f98d6ffd8b2762db3b767a5c84bfb3feb23b
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Aug 25 18:31:03 2025 +0100
Add sbomqs to the containers
---
Dockerfile.alpine | 1 +
Dockerfile.ubuntu | 1 +
2 files changed, 2 insertions(+)
diff --git a/Dockerfile.alpine b/Dockerfile.alpine
index 815dbd3..8fda370 100644
--- a/Dockerfile.alpine
+++ b/Dockerfile.alpine
@@ -81,6 +81,7 @@ RUN java -version
RUN GOPATH=/usr/local go install github.com/anchore/syft/cmd/[email protected]
# RUN curl -sSfL
https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b
/usr/local/bin
+RUN GOPATH=/usr/local go install github.com/interlynk-io/[email protected]
EXPOSE 4443
diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu
index 4636da4..abf603b 100644
--- a/Dockerfile.ubuntu
+++ b/Dockerfile.ubuntu
@@ -93,6 +93,7 @@ RUN java -version
RUN GOPATH=/usr/local go install github.com/anchore/syft/cmd/[email protected]
# RUN curl -sSfL
https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b
/usr/local/bin
+RUN GOPATH=/usr/local go install github.com/interlynk-io/[email protected]
EXPOSE 4443
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]