https://github.com/jlleitschuh/oss-security-assessments-manager
https://github.com/jlleitschuh/oss-security-assessments-manager
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlleitschuh/oss-security-assessments-manager
- Owner: JLLeitschuh
- Created: 2024-02-13T22:07:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T17:22:39.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T10:21:41.188Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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:
```bash
pip install .[cli]
```
For live development, you can use the following command to install the CLI in editable mode:
```bash
pip install -e .[cli]
```
To see more information about developing the CLI, see the [CONTRIBUTING](CONTRIBUTING.md) guide.
To use it as a script, you can run it like this:
```bash
oss-security-assessments-manager --help
```