pypi_formula_mappings: add junit-xml-2 and remove junit-xml for checkov

Closes #74504.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Dustin Rodrigues 2021-04-03 20:40:47 -04:00 committed by BrewTestBot
parent 16299ce970
commit 9cadd36e14
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@
"extra_packages": ["wheel"]
},
"checkov": {
"exclude_packages": ["tabulate"]
"exclude_packages": ["tabulate", "junit-xml"],
"extra_packages": ["junit-xml-2"]
},
"diffoscope": "diffoscope[cmdline]",
"dvc": {