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