Dima Brusilovsky

Results 10 issues of 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...

enhancement
WIP
up for grabs

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...

bug
up for grabs

**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...

enhancement
good first issue
up for grabs

**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...

enhancement

**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...

enhancement
good first issue
up for grabs

**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...

enhancement
up for grabs

**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...

rule requests

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

enhancement

**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...

rule requests

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:...

bug