Skip to content

Commit

Permalink
CM-18381 - Fix scan type argument (#52)
Browse files Browse the repository at this point in the history
Fix scan type argument
  • Loading branch information
avishaiamiel authored Dec 25, 2022
1 parent fd8f13e commit ceffcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
name: Cycode SCA pre commit defender
language: python
entry: cycode
args: [ 'scan', '--scan_type', 'sca', 'pre_commit' ]
args: [ 'scan', '--scan-type', 'sca', 'pre_commit' ]

0 comments on commit ceffcb4

Please sign in to comment.