Fixed validation logic for clarifai rule

This commit is contained in:
Mick Grove 2025-08-06 21:31:02 -07:00
commit fb2b91595b
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -34,5 +34,5 @@ rules:
- type: WordMatch
match_all_words: true
words:
- '"models"'
- '"status"'
- '"code":10000'
- '"description":"Ok"'