File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
- How to get started with the project locally :
1
+ # getting_started :
2
2
3
3
1 ) Create a virtual environment and install dependencies:
4
4
@@ -12,4 +12,20 @@ pip install -r requirements/requirements-dev.txt
12
12
13
13
``` bash
14
14
python -m unittest
15
+ ```
16
+
17
+ # detect_secrets
18
+ implement to ensure no secrets are commited locally:
19
+
20
+ setup a baseline where all tracked files will be compared to:
21
+ ``` bash
22
+ detect-secrets scan > .secrets.baseline
23
+ ```
24
+
25
+ compare all tracked files to baseline the ``` results ``` key should be ``` {} ``` if no secrets are present
26
+ ``` bash
27
+ detect-secrets scan
28
+ ```
29
+ ``` powershell
30
+ (detect-secrets scan | ConvertFrom-Json).results
15
31
```
Original file line number Diff line number Diff line change 1
- -r requirements-prod.txt
1
+ cfn-lint
2
+ detect-secrets == 1.0.3
3
+ -r requirements-prod.txt
You can’t perform that action at this time.
0 commit comments