Dima Brusilovsky
Dima Brusilovsky
**Is your feature request related to a problem? Please describe.** We used to use [svu](https://github.com/caarlos0/svu) in our project. Because of some technical difficulties we removed this dependency and the versioning...
Trying to fetch a repo with a "." in the name will result in an error message stating the repo can't be fetched This is a precaution due to the...
**Is your feature request related to a problem? Please describe.** PR titles should align to the same standards **Describe the solution you'd like** A Github workflow that runs on every...
**Is your feature request related to a problem? Please describe.** We currently don't have any tests to the cli. This makes it relatively unstable **Describe the solution you'd like** Add...
**Is your feature request related to a problem? Please describe.** Currently we are manually adding new unique ids for each new rule (one for github and one for gitlab). Manual...
**Is your feature request related to a problem? Please describe.** When running `allero validate` it ignores rules compiled in the binary if same rule exists in the filesystem. This makes...
**Name of the rule you'd like to add** Ensure code quality **Describe the rule** Make sure a tool exists that checks for code quality **What triggers the rule** If none...
Describe the solution you'd like We need to be able to support fetching with full url (instead of just owner/repo) For example: allero validate https://github.com/allero-io/allero allero validate https://github.com/allero-io
**Name of the rule you'd like to add** Prevent kubernetes misconfigurations **Describe the rule** Make sure a scanner for kubernetes misconfigurations exists **What triggers the rule** If none of the...
Using nodejs, trying to do the following steps: git init repo cd repo git remote add -f origin url git pull origin master Here's the code snippet: await git.init(({ dir:...