forked from mirrors/kingfisher
Fixed validation logic for clarifai rule
This commit is contained in:
parent
6fe4d0e789
commit
fb2b91595b
2 changed files with 3 additions and 2 deletions
|
|
@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||
## [1.35.0]
|
||||
- Remote scans with `--git-history=none` now clone repositories with a working tree and scan the current files instead of erroring with "No inputs to scan".
|
||||
- Fixed issue where `--redact` did not function properly
|
||||
- Fixed validation logic for clarifai rule
|
||||
|
||||
## [1.34.0]
|
||||
- Use system TLS root certificates to support self-hosted GitLab instances with internal CAs
|
||||
|
|
|
|||
|
|
@ -34,5 +34,5 @@ rules:
|
|||
- type: WordMatch
|
||||
match_all_words: true
|
||||
words:
|
||||
- '"models"'
|
||||
- '"status"'
|
||||
- '"code":10000'
|
||||
- '"description":"Ok"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue