Skip to content

JLLeitschuh/OSS-Security-Assessments-Manager

Repository files navigation

Secrets

All environment variables are either read directly from the environment or a .env file in the execution directory.

The client requires a few secrets to be set in the environment:

GitHub API Token

Is read from

  • ~/.config/hub file

CLI Usage

To install the CLI dependencies use the following command:

pip install .[cli]

For live development, you can use the following command to install the CLI in editable mode:

pip install -e .[cli]

To see more information about developing the CLI, see the CONTRIBUTING guide.

To use it as a script, you can run it like this:

oss-security-assessments-manager --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published