This is a Bandit plugin to scan for strings in your source code that look like AWS keys.
Usage
Bandit plugins are automatically activated once they are installed. To use this plugin, you simply need to install the plugin:
$ pip install bandit-aws
To verify the installation, display the bandit help text:
$ bandit --help
It will display a list of tests that were discovered and loaded. Verify that you see “C100 - hardcoded_aws_key” in the list.
You can then run bandit in the normal way. For example:
$ bandit -r myproject/
If any strings that look like AWS keys are found, they will be reported:
>> Issue: [C100:hardcoded_aws_key] Possible hardcoded AWS secret access key: 'JalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY' Severity: Medium Confidence: Medium Location: myproject/example.py:11 More Info: https://bandit.readthedocs.io/en/latest/plugins/c100_hardcoded_aws_key.html 10 AWS_ACCESS_KEY_ID = "AKIAIOSFODNN7EXAMPLE" 11 AWS_SECRET_ACCESS_KEY = "JalrXUtnFEMI/K7MDENG/bPxRfiCYzEXAMPLEKEY" 12 13 14 class MyClass:
Release files for bandit-aws 0.0.20200316120836
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bandit_aws-0.0.20200316120836-py3-none-any.whl | Python 3 | none | any | Details |
Release files / bandit_aws-0.0.20200316120836-py3-none-any.whl
| Download URL | bandit_aws-0.0.20200316120836-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7c08059383ce6c16314db169b0ab7bfe8cb00ca63f29f6f0b74609d1aa1632cf
|
|
BLAKE2b-256 checksum How to use checksums |
eee98d060f3d1f0e9a37b139a5a9698b4eaaebaf39fd366acd36c868c4fe0da3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
|