Skip to content

Commit

Permalink
Updating ScanLnk Name
Browse files Browse the repository at this point in the history
  • Loading branch information
phutelmyer committed May 20, 2024
1 parent 3c4b6fd commit cc3aeaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/kubernetes/backend-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ data:
priority: 5
options:
limit: 1000
'ScanLNK':
'ScanLnk':
- positive:
flavors:
- 'lnk_file'
Expand Down
2 changes: 1 addition & 1 deletion src/python/strelka/config/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ scanners:
priority: 5
options:
limit: 1000
'ScanLNK':
'ScanLnk':
- positive:
flavors:
- 'lnk_file'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"test.js": ["ScanJavascript"],
"test.json": ["ScanJson"],
"test.lnk": ["ScanExiftool", "ScanLNK"],
"test.lnk": ["ScanExiftool", "ScanLnk"],
"test.macho": ["ScanMacho"],
"test.msi": [
"ScanExiftool",
Expand Down

0 comments on commit cc3aeaa

Please sign in to comment.