gabenegron

Results 11 issues of gabenegron

**Description** As a user of seCureLI, I want the ability to configure a .NET Core linter in my pre-commit hooks of my repo, so that I can ensure that my...

story

We are currently using Yelp detect-secrets, but there may be a better secrets detection hooks out there. Investigate options and make a decision on which available secrets detection hook is...

spike

Constantly re-running linters on all source code, the default mode of operation for most linters, is very time-consuming and gets frustrating fast when you know that you've only modified a...

story

## Description As of now, when secureli builds the `.pre-commit.yaml` file, it combines the elements from all language config files and a `base-pre-commit.yaml` file. The base pre commit file right...

chore

**Description** As a user of seCureLI, I want the ability to configure a CloudFormation linter in my pre-commit hooks of my repo, so that I can ensure that my code...

question

Based on the research performed in #46, build a proof of concept using IronPython to interact with secureli. This will require some collaboration with @calebtonn on what the user experience...

chore

secureli has support for observability platforms like New Relic, but metrics on secrets detected should only be reflected in the observability platform if they were detected when a developer tries...

story

Currently, seCureLI is implemented in Python version 3.9. In order to maintain best practices, the required Python version in the pyproject.toml file should be changed to "^3.11" The goal of...