Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update make file, update readme #150

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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:
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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: