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 66 secureli issues
Sort by recently updated
recently updated
newest added

As a maintainer of SeCureLI, I want repo updates to be more efficient_   So that SeCurLI runs more efficiently, only update repos that need those updates. ## AC 1. When...

chore
Refactor

As a SeCurLI user, I want logging to only be triggered when Secureli Scan is ran from a pre-commit hook and not from running via the scan command directly in...

bug

_As a user, I want to be able set the PII scan to ignore specific files in my repo_ ## AC 1. Add flag `--pii-exclude-file` to `scan` command a. can...

_As a user, I want to be able to stop secureli from scanning for the default PII patterns_ ## AC 1. Add item to .secureli.yaml called `ignore-pii-patterns` 2. `ignore-pii-patterns` can...

As a Release Engineer I want to use best practices supported by the Homebrew community in constructing secureli's homebrew formula. AC: - Report investigation findings as story comments - If...

spike

There are a few items left to optimize the new PII scan changes: 1. Rename the Hooks Scanner file to match the new service name. 2. Implement the GitRepo abstractions...

story

_As a user I want documentation to be good_ ## AC 1. Update info regarding PII Scan a. https://github.com/slalombuild/secureli/pull/496 b. https://github.com/slalombuild/secureli/issues/435 2. Update info regarding language scanner a. https://github.com/slalombuild/secureli/pull/481 b....

_As a user, I want to understand the prompts I'm receiving_ When a user runs `secureli init` and they are asked to input a telemetry endpoint, it isn't completely clear...

XD

_As a developer I want install functionality to be separate from action.py_ ## AC 1. Create install service class 2. Move any and all install logic out of action.py into...

Add smoke test to confirm expected behavior when securli is added to a repo that has pre-existing pre-commit hooks to confirm we do not overwrite any existing hooks.

testing
Refactor