Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Varsano committed Jul 5, 2023
1 parent a660b86 commit 7e836ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkov/common/sca/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def get_inline_suppressions_map(inline_suppressions: _ScaSuppressions | None = N
cve_suppresion_by_cve_map[cve_id] = cve_suppression

# fill licenses suppressions map
licenses_suppressions_by_policy_and_package_map: dict[str, _SuppressedCves] = {}
licenses_suppressions_by_policy_and_package_map: dict[str, _SuppressedLicenses] = {}
inline_suppressions_by_license = inline_suppressions.get("licenses", {}).get("byPackage", {})
for license_suppression in inline_suppressions_by_license:
if license_suppression.get("licensePolicy") and license_suppression.get("packageName"):
Expand Down

0 comments on commit 7e836ce

Please sign in to comment.