Githubsecrets

Latest version: v1.0.8

Safety actively analyzes 638755 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

1.0.4

1. Actions on multiple repositories - Closes 6
1. Actions on multiple profiles
1. The flag `--ci` is automatically True when running in Docker
1. Response output is more meaningful and formatted as JSON
1. Improved test functionality - not deleting `.githubsecrets` when completes
1. Contributing is explained better
1. Dockerfile is built from source, instead of installing from pip - this avoids racing conditions, and gets the latest version when running in Docker

1.0.3

Credentials file - `~/.githubsecrets/credentials` is now encrypted by using [keyring](https://pypi.org/project/keyring/).

- CI/CD processes - Make sure [keyrings.alt](https://pypi.org/project/keyrings.alt/) is installed, or simply use the Docker image
- If you're getting issues in Ubuntu, then execute

sudo apt remove python3-pip && python -m pip install --upgrade pip


- Docker image - already updated with `keyrings.alt`

1.0.0

First official release! :tada:

Feel free to open an issue, ask any question, or reach out for help

0.0.4

Fully supports running in CI mode, just add the `--ci` flag after `ghs`, some example:

bash
$ ghs --ci profile-delete profile_name
SUCCESS: Deleted the profile unfor19

$ ghs --ci profile-delete secret_name
{
"status_code": 204
}

0.0.3

0.0.2

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.