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

platform(sca): Extract checkov check links #3790

Merged
merged 17 commits into from
Nov 6, 2022

Conversation

lirshindalman
Copy link
Contributor

@lirshindalman lirshindalman commented Nov 3, 2022

Description

add check_link to get_checks function

check = [0-check_id, 1-checked_type, 2-entity, 3-check_name, 4-framework, 5-check_link]
exampale :

[('CKV_ALI_1', 'resource', 'alicloud_oss_bucket', 'Alibaba Cloud OSS bucket accessible to public', 'Terraform', 'https://github.com/bridgecrewio/checkov/tree/master/checkov/terraform/checks/resource/alicloud/OSSBucketPublic.py')]

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my feature, policy, or fix is effective and works
  • New and existing tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@lirshindalman lirshindalman changed the title Extract checkov check links platform(sca): Extract checkov check links Nov 3, 2022
@lirshindalman lirshindalman merged commit 029367f into master Nov 6, 2022
@lirshindalman lirshindalman deleted the Extract_Checkov_Check_links_for_Policy_docs branch November 6, 2022 13:37
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.

4 participants