From f2c286e4e653cd035cb77b2d939eb32ed9c1b86b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicklas=20K=C3=B6rtge?= <nicklas.koertge1@ibm.com> Date: Fri, 14 Mar 2025 09:27:22 +0100 Subject: [PATCH] update make file, update readme --- Makefile | 6 +++++- README.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2673add2c..0ca9c4168 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION := $(shell curl -s https://api.github.com/repos/IBM/cbomkit/releases/lat # set engine to use for build and compose, default to docker ENGINE ?= docker # build the backend -build-backend: dev +build-backend: ./mvnw clean package # build the container image for the backend build-backend-image: build-backend @@ -29,6 +29,10 @@ dev-frontend: # run the prod setup using $(ENGINE) compose production: env CBOMKIT_VERSION=${VERSION} CBOMKIT_VIEWER=false POSTGRESQL_AUTH_USERNAME=cbomkit POSTGRESQL_AUTH_PASSWORD=cbomkit $(ENGINE)-compose --profile prod up +edge: + $(ENGINE) pull ghcr.io/ibm/cbomkit:edge + $(ENGINE) pull ghcr.io/ibm/cbomkit-frontend:edge + env CBOMKIT_VERSION=edge CBOMKIT_VIEWER=false POSTGRESQL_AUTH_USERNAME=cbomkit POSTGRESQL_AUTH_PASSWORD=cbomkit $(ENGINE)-compose --profile prod up coeus: env CBOMKIT_VERSION=${VERSION} CBOMKIT_VIEWER=true $(ENGINE)-compose --profile viewer up ext-compliance: diff --git a/README.md b/README.md index 2a8ba2178..4468a396e 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,10 @@ Cryptography Bills of Materials (CBOMs). This scanning capability is provided by #### Supported languages and libraries +> [!WARNING] +> Python scanning is currently unavailable due to an ongoing issue. We are actively investigating a solution. +> Please monitor issue [#138](https://github.com/IBM/cbomkit/issues/138) for status updates. Python project scanning has been temporarily disabled. + The current scanning capabilities of the CBOMkit are defined by the Sonar Cryptography Plugin's supported languages and cryptographic libraries: