Skip to content

Commit

Permalink
docs(secret) fix rule path in docs (aquasecurity#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaismanLior authored Apr 30, 2022
1 parent 78286aa commit bbe490b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/docs/secret/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ rules:
category: general
title: Generic Rule
severity: HIGH
path:
- .*\.sh
path: .*\.sh
keywords:
- secret
regex: (?i)(?P<key>(secret))(=|:).{0,5}['"](?P<secret>[0-9a-zA-Z\-_=]{8,64})['"]
Expand Down

0 comments on commit bbe490b

Please sign in to comment.