FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cycode-cli/.pre-commit-hooks.yaml at v3.19.0 · cycodehq/cycode-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cycodehq
/
cycode-cli
Public
Notifications
You must be signed in to change notification settings
Fork
66
Star
100
Code
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
cycode-cli
/
.pre-commit-hooks.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (39 loc) · 1.27 KB
Breadcrumbs
cycode-cli
/
.pre-commit-hooks.yaml
Copy path
File metadata and controls
39 lines (39 loc) · 1.27 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
-
id
:
cycode
name
:
Cycode Secrets pre-commit defender
language
:
python
language_version
:
python3
entry
:
cycode
args
:
[ '-o', 'text', '--no-progress-meter', 'scan', '-t', 'secret', 'pre-commit' ]
-
id
:
cycode-sca
name
:
Cycode SCA pre-commit defender
language
:
python
language_version
:
python3
entry
:
cycode
args
:
[ '-o', 'text', '--no-progress-meter', 'scan', '-t', 'sca', 'pre-commit' ]
-
id
:
cycode-sast
name
:
Cycode SAST pre-commit defender
language
:
python
language_version
:
python3
entry
:
cycode
args
:
[ '-o', 'text', '--no-progress-meter', 'scan', '-t', 'sast', 'pre-commit' ]
-
id
:
cycode-pre-push
name
:
Cycode Secrets pre-push defender
language
:
python
language_version
:
python3
entry
:
cycode
args
:
[ '-o', 'text', '--no-progress-meter', 'scan', '-t', 'secret', 'pre-push' ]
stages
:
[pre-push]
-
id
:
cycode-sca-pre-push
name
:
Cycode SCA pre-push defender
language
:
python
language_version
:
python3
entry
:
cycode
args
:
[ '-o', 'text', '--no-progress-meter', 'scan', '-t', 'sca', 'pre-push' ]
stages
:
[pre-push]
-
id
:
cycode-sast-pre-push
name
:
Cycode SAST pre-push defender
language
:
python
language_version
:
python3
entry
:
cycode
args
:
[ '-o', 'text', '--no-progress-meter', 'scan', '-t', 'sast', 'pre-push' ]
stages
:
[pre-push]
Back
|
FazBrowse Home
|
New Git URL