https://github.com/thoth-station/si-bandit
Thoth's Security Indicator using bandit
https://github.com/thoth-station/si-bandit
bandit hacktoberfest python security-indicator thoth
Last synced: 6 months ago
JSON representation
Thoth's Security Indicator using bandit
- Host: GitHub
- URL: https://github.com/thoth-station/si-bandit
- Owner: thoth-station
- License: gpl-3.0
- Created: 2020-05-19T15:04:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T00:07:40.000Z (about 2 years ago)
- Last Synced: 2024-04-16T02:29:03.044Z (over 1 year ago)
- Topics: bandit, hacktoberfest, python, security-indicator, thoth
- Language: Python
- Size: 398 KB
- Stars: 4
- Watchers: 8
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# si-bandit
This file creates a bandit document to be used as a security indicator.
It can be run one of two ways, either a directory is provided where the package is already downloaded and extracted or
`pip download` is used to download the source.To checkout result for particular package in local -
1. `pipenv install --dev`
2. `pipenv run python3 si-bandit --help`
3. `pipenv run python3 si-bandit --package-name --package-version --output result`After downloading the tar and extracting the package you can run -
- `pipenv run python3 si-bandit -d --package-name --package-version --output result`