Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable noisy custom policy #222

Open
wants to merge 2 commits into
base: NG
Choose a base branch
from

Conversation

mayshavit
Copy link
Contributor

Remove noisy custom policies:

  • yaml policy secrets
  • alapaka
  • Copy of S3 bucket MFA Delete is not enabled

mayshavit and others added 2 commits April 30, 2023 16:01
* fix docker mapping + improve logs + fix checkov logos and texts to Prisma Cloud

* change name to Prisma Cloud

---------

Co-authored-by: mshavit <mshavit@@paloaltonetworks.com>
@@ -47,3 +47,5 @@ val SUPPRESSION_BUTTON_ALLOWED_FILE_TYPES: Set<FileType> = setOf(
FileType.YAML,
FileType.TERRAFORM
)

val CUSTOM_POLICIES_TO_BE_IGNORED = listOf<String>("yaml policy secrets", "alapaka", "Copy of S3 bucket MFA Delete is not enabled")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to check if there's any security risk with having explicit policies in an open source code base (I don't know if there is)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's just the name so I don'y know if we expose too much here...

Base automatically changed from alpha to NG May 4, 2023 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants