Commit 4e966e0
authored
Add secrets detection tool pre-invoke hook (#94)
* Add secrets detection tool pre-invoke hook
Signed-off-by: lucarlig <luca.carlig@ibm.com>
* Strengthen secrets detection mutation coverage
Signed-off-by: lucarlig <luca.carlig@ibm.com>
* Address secrets hook review feedback
Signed-off-by: lucarlig <luca.carlig@ibm.com>
* Cover resource findings without redaction
Signed-off-by: lucarlig <luca.carlig@ibm.com>
* Handle copy-on-write dict scanning
Signed-off-by: lucarlig <luca.carlig@ibm.com>
---------
Signed-off-by: lucarlig <luca.carlig@ibm.com>1 parent 5077ff9 commit 4e966e0
14 files changed
Lines changed: 935 additions & 92 deletions
File tree
- plugins
- rust/python-package/secrets_detection
- cpex_secrets_detection
- secrets_detection_rust
- src
- scanner
- python_scan
- tests/secrets_detection
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments