Skip to content

Commit

Permalink
platform(sca): Fix bom report (#3867)
Browse files Browse the repository at this point in the history
* fix bom report

* bug fixes

* fix testing

* fix csv

* clean

* clean

* clean

* fix lint and testing

* fix tests

* fix lint

* make test support new case

* add logs

* Update checkov/common/output/common.py

Co-authored-by: Anton Grübel <[email protected]>

* Update checkov/common/output/common.py

Co-authored-by: Anton Grübel <[email protected]>

* fix pr comments

* Update checkov/common/output/csv.py

Co-authored-by: Anton Grübel <[email protected]>

* move unknown string to const

* Update checkov/common/output/csv.py

Co-authored-by: Anton Grübel <[email protected]>

* fix lint

* add tests

* prettifier test

Co-authored-by: Adam Varsano <[email protected]>
Co-authored-by: Anton Grübel <[email protected]>
  • Loading branch information
3 people authored and actions-user committed Nov 15, 2022
1 parent 49854af commit a197167
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admissioncontroller/checkov-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.2.59
checkov==2.2.60
2 changes: 1 addition & 1 deletion checkov/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.2.59'
version = '2.2.60'
2 changes: 1 addition & 1 deletion kubernetes/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checkov==2.2.59
checkov==2.2.60

0 comments on commit a197167

Please sign in to comment.