-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace policyuniverse with policy-sentry equivalent (#5640)
* replace policyuniverse with policy-sentry equivalent * fix test and typing * migrate CKV_AWS_32 * fix typing
- Loading branch information
Showing
16 changed files
with
840 additions
and
847 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,15 +85,15 @@ def test_sca_package_output(): | |
"## Creation Information\n", | ||
"Creator: Tool: checkov\n", | ||
"Creator: Organization: bridgecrew ([email protected])\n", | ||
"Created: 2022-12-24T00:00:00+00:00Z\n", | ||
"Created: 2022-12-24T00:00:00Z\n", | ||
"\n", | ||
"## Package Information\n", | ||
"PackageName: django\n", | ||
"SPDXID: SPDXRef-django\n", | ||
"PackageVersion: 1.2\n", | ||
"PackageFileName: /requirements.txt\n", | ||
"PackageDownloadLocation: NONE\n", | ||
"FilesAnalyzed: True\n", | ||
"FilesAnalyzed: true\n", | ||
"PackageLicenseInfoFromFiles: OSI_BDS\n", | ||
"\n", | ||
"## Package Information\n", | ||
|
@@ -102,7 +102,7 @@ def test_sca_package_output(): | |
"PackageVersion: 1.1.1\n", | ||
"PackageFileName: /requirements.txt\n", | ||
"PackageDownloadLocation: NONE\n", | ||
"FilesAnalyzed: True\n", | ||
"FilesAnalyzed: true\n", | ||
"PackageLicenseInfoFromFiles: MIT\n", | ||
"\n", | ||
"\n", | ||
|