You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,26 +221,26 @@ Perform the following steps to install the pre-commit hook:
221
221
```yaml
222
222
repos:
223
223
- repo: https://github.com/cycodehq/cycode-cli
224
-
rev: v2.3.0
224
+
rev: v3.0.0
225
225
hooks:
226
226
- id: cycode
227
227
stages:
228
-
- commit
228
+
- pre-commit
229
229
```
230
230
231
231
4. Modify the created file for your specific needs. Use hook ID `cycode` to enable scan for Secrets. Use hook ID `cycode-sca` to enable SCA scan. If you want to enable both, use this configuration:
0 commit comments