bridgecrewio / checkov-action

This GitHub Action runs Checkov against infrastructure-as-code, open source packages, container images, and CI/CD configurations to identify misconfigurations, vulnerabilities, and license compliance issues.
Apache License 2.0
244 stars 101 forks source link

Convert checkov-action to Javascript #73

Open toast-gear opened 2 years ago

toast-gear commented 2 years ago

Same reasons as https://github.com/bridgecrewio/yor-action/issues/5, a conversion would also fix https://github.com/bridgecrewio/checkov-action/issues/58 properly without the user having to set anything by avoiding the permission issue entirely.

nimrodkor commented 2 years ago

Are you up for it @toast-gear ? Should be easier since we don't need the branch handling for commits 😄

toast-gear commented 2 years ago

since we don't need the branch handling for commits

😀

I'm afraid in terms of JavaScript I'm a level 0 wizard. Thought I'd raise it though incase someone out there wants to do the work as it would be a good enhancement.