Commit 36326ec
Checkov report parsing enhanced (#12398)
* Introduced needed dependencies
* Added info injection from guideline into finding
* Adding BeautifulSoup to requirements
Let's debate if this version is the best to use.
* Add benchmark guidelines to mitigation section
* Revert "Adding BeautifulSoup to requirements"
This reverts commit d4d86f7.
* Revert "Added info injection from guideline into finding"
This reverts commit 08f68d9.
* Revert "Introduced needed dependencies"
This reverts commit f9de48f.
* Maintaining benchmark refs in finding
* Implemented future proofed description inclusion
* Fixes problems raised by Ruff Linter
Specifically, this fixes Q000, F821 and F541 identified previously on
lines 126, 128 and 130
* Removed whitespace reported by linter
Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>
---------
Co-authored-by: valentijnscholten <valentijnscholten@gmail.com>1 parent c446ca6 commit 36326ec
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
122 | 133 | | |
123 | 134 | | |
124 | 135 | | |
| |||
133 | 144 | | |
134 | 145 | | |
135 | 146 | | |
136 | | - | |
137 | | - | |
138 | 147 | | |
139 | 148 | | |
140 | 149 | | |
| |||
0 commit comments