Skip to content

Commit ceffcb4

Browse files
authored
CM-18381 - Fix scan type argument (#52)
Fix scan type argument
1 parent fd8f13e commit ceffcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
name: Cycode SCA pre commit defender
88
language: python
99
entry: cycode
10-
args: [ 'scan', '--scan_type', 'sca', 'pre_commit' ]
10+
args: [ 'scan', '--scan-type', 'sca', 'pre_commit' ]

0 commit comments

Comments
 (0)