diff --git a/Dockerfile b/Dockerfile index d43912c..abef63c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \ org.opencontainers.image.authors="Team AppThreat " \ org.opencontainers.image.source="https://github.com/appthreat/cpggen" \ org.opencontainers.image.url="https://github.com/appthreat/cpggen" \ - org.opencontainers.image.version="1.0.6" \ + org.opencontainers.image.version="1.0.7" \ org.opencontainers.image.vendor="AppThreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="cpggen" \ diff --git a/Dockerfile-alma8 b/Dockerfile-alma8 index 712b939..e5f2e71 100644 --- a/Dockerfile-alma8 +++ b/Dockerfile-alma8 @@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \ org.opencontainers.image.authors="Team AppThreat " \ org.opencontainers.image.source="https://github.com/appthreat/cpggen" \ org.opencontainers.image.url="https://github.com/appthreat/cpggen" \ - org.opencontainers.image.version="1.0.6" \ + org.opencontainers.image.version="1.0.7" \ org.opencontainers.image.vendor="AppThreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="cpggen" \ diff --git a/Dockerfile-oss b/Dockerfile-oss index b07e28e..4b3e02b 100644 --- a/Dockerfile-oss +++ b/Dockerfile-oss @@ -4,7 +4,7 @@ LABEL maintainer="appthreat" \ org.opencontainers.image.authors="Team AppThreat " \ org.opencontainers.image.source="https://github.com/appthreat/cpggen" \ org.opencontainers.image.url="https://github.com/appthreat/cpggen" \ - org.opencontainers.image.version="1.0.6" \ + org.opencontainers.image.version="1.0.7" \ org.opencontainers.image.vendor="AppThreat" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.title="cpggen" \ diff --git a/README.md b/README.md index 4c01cd6..bc84149 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Download the executable binary for your operating system from the [releases page - cdxgen with Node.js 18 - Generates SBoM ```bash -curl -LO https://github.com/AppThreat/cpggen/releases/download/v1.0.6/cpggen-linux-amd64 +curl -LO https://github.com/AppThreat/cpggen/releases/download/v1.0.7/cpggen-linux-amd64 chmod +x cpggen-linux-amd64 ./cpggen-linux-amd64 --help ``` @@ -39,7 +39,7 @@ chmod +x cpggen-linux-amd64 On Windows, ```powershell -curl -LO https://github.com/appthreat/cpggen/releases/download/v1.0.6/cpggen.exe +curl -LO https://github.com/appthreat/cpggen/releases/download/v1.0.7/cpggen.exe .\cpggen.exe --help ``` diff --git a/pyproject.toml b/pyproject.toml index 4d8c358..2cbb8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cpggen" -version = "1.0.6" +version = "1.0.7" description = "Generate CPG for multiple languages for use with joern" authors = ["Team AppThreat "] license = "Apache-2.0"