Skip to content

Commit 08ed497

Browse files
update make file, update readme (#150)
1 parent ca7ba51 commit 08ed497

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ VERSION := $(shell curl -s https://api.github.com/repos/IBM/cbomkit/releases/lat
33
# set engine to use for build and compose, default to docker
44
ENGINE ?= docker
55
# build the backend
6-
build-backend: dev
6+
build-backend:
77
./mvnw clean package
88
# build the container image for the backend
99
build-backend-image: build-backend
@@ -29,6 +29,10 @@ dev-frontend:
2929
# run the prod setup using $(ENGINE) compose
3030
production:
3131
env CBOMKIT_VERSION=${VERSION} CBOMKIT_VIEWER=false POSTGRESQL_AUTH_USERNAME=cbomkit POSTGRESQL_AUTH_PASSWORD=cbomkit $(ENGINE)-compose --profile prod up
32+
edge:
33+
$(ENGINE) pull ghcr.io/ibm/cbomkit:edge
34+
$(ENGINE) pull ghcr.io/ibm/cbomkit-frontend:edge
35+
env CBOMKIT_VERSION=edge CBOMKIT_VIEWER=false POSTGRESQL_AUTH_USERNAME=cbomkit POSTGRESQL_AUTH_PASSWORD=cbomkit $(ENGINE)-compose --profile prod up
3236
coeus:
3337
env CBOMKIT_VERSION=${VERSION} CBOMKIT_VIEWER=true $(ENGINE)-compose --profile viewer up
3438
ext-compliance:

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ Cryptography Bills of Materials (CBOMs). This scanning capability is provided by
128128

129129
#### Supported languages and libraries
130130

131+
> [!WARNING]
132+
> Python scanning is currently unavailable due to an ongoing issue. We are actively investigating a solution.
133+
> Please monitor issue [#138](https://github.com/IBM/cbomkit/issues/138) for status updates. Python project scanning has been temporarily disabled.
134+
131135
The current scanning capabilities of the CBOMkit are defined by the Sonar Cryptography Plugin's supported languages
132136
and cryptographic libraries:
133137

0 commit comments

Comments
 (0)