We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b18d9 commit 0ef0b87Copy full SHA for 0ef0b87
README.md
@@ -55,11 +55,12 @@ detection_rule = DetectionRule([
55
56
findings, _ = nightfall.scan_text(
57
["hello world", "my SSN is 678-99-8212", "4242-4242-4242-4242"],
58
- [detection_rule]
+ detection_rules=[detection_rule]
59
)
60
61
print(findings)
62
```
63
+
64
### Scanning Files
65
66
Scanning common file types like PDF's or office documents typically requires cumbersome text
0 commit comments