Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Fix Readme Table
Browse files Browse the repository at this point in the history
  • Loading branch information
idanshahar authored Sep 28, 2022
1 parent 841765e commit dddc460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ Some rules apply to everyone, while others are very stack-specific. That is why
| ensure-node-version | Make sure a specific version is set when using a node image | Enabled | Avoid unexpected behavior
| ensure-python-version | Make sure a specific version is set when using a python image | Enabled | Avoid unexpected behavior
| ensure-github-action-version | Ensure github action version is set | Enabled | Avoid unexpected behavior
| prevent-using-uncontrolled-values | avoid running malware commands through repository names | Enabled | Keep production secured
| ensure-sca-scanner | Make sure every repository has at least one pipeline with sca scanner | Keep production secured
| ensure-terraform-scanner | Make sure every repository has at least one pipeline with terraform scanner | Keep production secured
| prevent-using-uncontrolled-values | Avoid running malware commands through repository names | Enabled | Keep production secured
| ensure-sca-scanner | Make sure every repository has at least one pipeline with (Trivy, BlackDuck, Grype) | Disabled | Keep production secured
| ensure-terraform-scanner | Make sure every repository has at least one pipeline with terraform scanner (Checkov ,Snyk, Tenable) | Disabled | Keep production secured

### Enabling and disabling rules
A policy is a set of rules, and it is represented by a token.
Expand Down

0 comments on commit dddc460

Please sign in to comment.