Skip to content

Commit 1f1cf5c

Browse files
committed
Update cdxgen to v11.1.3
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 441443c commit 1f1cf5c

18 files changed

Lines changed: 18 additions & 18 deletions

cdxgen/Dockerfile.deno

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL maintainer="AppThreat" \
1111
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator" \
1212
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-deno:v11 -r /app --server"
1313

14-
ARG CDXGEN_VERSION=11.1.2
14+
ARG CDXGEN_VERSION=11.1.3
1515

1616
ENV CDXGEN_NO_BANNER=true \
1717
GLOBAL_NODE_MODULES_PATH=/root/.cache/deno/npm/registry.npmjs.org \

cdxgen/Dockerfile.dotnet6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL maintainer="AppThreat" \
1111
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator for legacy .Net Core and .Net Framework apps" \
1212
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-dotnet:v11 -r /app --server"
1313

14-
ARG CDXGEN_VERSION=11.1.2
14+
ARG CDXGEN_VERSION=11.1.3
1515

1616
ENV CDXGEN_NO_BANNER=true \
1717
CDXGEN_IN_CONTAINER=true \

cdxgen/Dockerfile.dotnet7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL maintainer="AppThreat" \
1111
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator for dotnet 7 apps" \
1212
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-dotnet7:v11 -r /app --server"
1313

14-
ARG CDXGEN_VERSION=11.1.2
14+
ARG CDXGEN_VERSION=11.1.3
1515

1616
ENV CDXGEN_NO_BANNER=true \
1717
CDXGEN_IN_CONTAINER=true \

cdxgen/Dockerfile.dotnet8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL maintainer="AppThreat" \
1111
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator for dotnet 8 apps" \
1212
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-dotnet8:v11 -r /app --server"
1313

14-
ARG CDXGEN_VERSION=11.1.2
14+
ARG CDXGEN_VERSION=11.1.3
1515

1616
ENV CDXGEN_NO_BANNER=true \
1717
CDXGEN_IN_CONTAINER=true \

cdxgen/Dockerfile.dotnet9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL maintainer="AppThreat" \
1111
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator for dotnet 8 apps" \
1212
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-dotnet8:v11 -r /app --server"
1313

14-
ARG CDXGEN_VERSION=11.1.2
14+
ARG CDXGEN_VERSION=11.1.3
1515

1616
ENV CDXGEN_NO_BANNER=true \
1717
CDXGEN_IN_CONTAINER=true \

cdxgen/Dockerfile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator for Java 11 and android apps" \
1212
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-java:v11 -r /app --server"
1313

14-
ARG CDXGEN_VERSION=11.1.2
14+
ARG CDXGEN_VERSION=11.1.3
1515

1616
ENV CDXGEN_NO_BANNER=true \
1717
CDXGEN_IN_CONTAINER=true

cdxgen/Dockerfile.java-slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL maintainer="AppThreat" \
1111
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator for Java 11 apps" \
1212
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-java-slim:v11 -r /app --server"
1313

14-
ARG CDXGEN_VERSION=11.1.2
14+
ARG CDXGEN_VERSION=11.1.3
1515

1616
ENV CDXGEN_NO_BANNER=true \
1717
CDXGEN_IN_CONTAINER=true

cdxgen/Dockerfile.java17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL maintainer="AppThreat" \
1111
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator for Java 17 and android apps" \
1212
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-java17:v11 -r /app --server"
1313

14-
ARG CDXGEN_VERSION=11.1.2
14+
ARG CDXGEN_VERSION=11.1.3
1515

1616
ENV CDXGEN_NO_BANNER=true \
1717
CDXGEN_IN_CONTAINER=true

cdxgen/Dockerfile.java17-slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL maintainer="AppThreat" \
1111
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator for Java 17 apps" \
1212
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-java17-slim:v11 -r /app --server"
1313

14-
ARG CDXGEN_VERSION=11.1.2
14+
ARG CDXGEN_VERSION=11.1.3
1515

1616
ENV CDXGEN_NO_BANNER=true \
1717
CDXGEN_IN_CONTAINER=true

cdxgen/Dockerfile.node20

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LABEL maintainer="AppThreat" \
1111
org.opencontainers.image.description="Rolling image with cdxgen SBOM generator for Node.js 20 apps" \
1212
org.opencontainers.docker.cmd="docker run --rm -v /tmp:/tmp -p 9090:9090 -v $(pwd):/app:rw -t ghcr.io/appthreat/cdxgen-node20:v11 -r /app --server"
1313

14-
ARG CDXGEN_VERSION=11.1.2
14+
ARG CDXGEN_VERSION=11.1.3
1515

1616
ENV CDXGEN_NO_BANNER=true \
1717
CDXGEN_IN_CONTAINER=true \

0 commit comments

Comments
 (0)