secureli icon indicating copy to clipboard operation
secureli copied to clipboard

seCureLI is a tool that enables you to experience the delight of building products by helping you get ideas from your head into working software as frictionlessly as possible, in a reliable, secure, s...

Results 77 secureli issues
Sort by recently updated
recently updated
newest added

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

Multiple actions call fuctions from other actions e.g. init calling scan and then update and scan calling logic for init/installation. This change should consider refactoring some of the large action...

spike

_As a secureli user I don't want language detection to run agains my entire codebase on every commit_ ## AC 1. After the initial scan, language detection to find potential...

story

_As a securLi user, I want increased security to prevent me from accidentally committing PII into my maintained repo_ ## AC 1. SecureLi checks entire repo on first scan and...

story

_As a secureli contributor, I want shared models to be located in a central location_ ## AC 1. create a new file called models.py in the shared directory (create it...

Refactor

_As a secureli contributor, I want shared models to be located in a central location_ ## AC 1. Create a new file called shared_models.py in the shared directory (if it...

Refactor

When seCureLI writes a `.pre-commit-config.yaml` file, it does not recognize or respect any existing contents if that file already exists. We should merge the YAML with existing hooks. We also...

Pipeline is having issue with path during BATS installation [https://github.com/slalombuild/secureli/actions/runs/7734195911/job/21087751861#step:7:78](https://github.com/slalombuild/secureli/actions/runs/7734195911/job/21087751861#step:7:78)

bug

Instead of pulling down [pip](https://github.com/pypa/pip) on every commit to `main`, we should be caching the results so we can avoid pulling down the same repo frequently. This should speed up...

story