OriYosef
OriYosef
The `node-version` input is optional. If not supplied, the node version from PATH will be used. However, it is recommended to always specify Node.js version and don't rely on the...
It is recommended to specify a python version to prevent potential breaking changes due to patch updates. You should specify the exact major and minor versions. patch version is optional....
**Name of the rule you'd like to add** ensure-cache-on-build **Describe the rule** In case that there is a build step in a pipeline there should be a use of cache...
**Name of the rule you'd like to add** ensure-helm **Describe the rule** At least one pipeline in each repository should use Helm. **What triggers the rule** In case that Helm...
**Name of the rule you'd like to add** ensure-dependencies-manager **Describe the rule** At least one pipeline in each repository should run a dependency manager to update dependencies and lock files....
**Name of the rule you'd like to add** ensure-secrets-scanner **Describe the rule** At least one pipeline in each repository should run a secrets scanner to prevent secrets leaks. **What triggers...