Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: apply keywords for gitleaks #230

Merged
merged 2 commits into from
Apr 1, 2024
Merged

feat: apply keywords for gitleaks #230

merged 2 commits into from
Apr 1, 2024

Conversation

baruchiro
Copy link
Contributor

Keywords are important:

Keywords are used for pre-regex check filtering. Rules that contain keywords will perform a quick string compare check to make sure the keyword(s) are in the content being scanned.

Without keywords, any "40 characters" string will considered as an "aws-secret-key" for example.

Keywords are important:
> Keywords are used for pre-regex check filtering. Rules that contain keywords will perform a quick string compare check to make sure the keyword(s) are in the content being scanned.

Without keywords, any "40 characters" string will considered as an "aws-secret-key" for example.
Copy link

kics-logo

KICS version: v1.7.13

Category Results
HIGH HIGH 0
MEDIUM MEDIUM 0
LOW LOW 0
INFO INFO 0
TRACE TRACE 0
TOTAL TOTAL 0
Metric Values
Files scanned placeholder 8
Files parsed placeholder 8
Files failed to scan placeholder 0
Total executed queries placeholder 52
Queries failed to execute placeholder 0
Execution time placeholder 1

@baruchiro baruchiro changed the title apply keywords for gitleaks feat: apply keywords for gitleaks Apr 1, 2024
@baruchiro baruchiro merged commit 0f12983 into master Apr 1, 2024
8 of 9 checks passed
@baruchiro baruchiro deleted the keywords branch April 1, 2024 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant