This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstep.yml
60 lines (59 loc) · 1.47 KB
/
step.yml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
title: |-
Bitrise Snyk Scan
summary: |
This is a step to run snyk SAST and dependencies scanning for mobile apps
description: |
This is a step to run snyk SAST and dependencies scanning for mobile apps
website: https://github.com/Zegocover/bitrise-snyk-scan
source_code_url: https://github.com/Zegocover/bitrise-snyk-scan
support_url: https://github.com/Zegocover/bitrise-snyk-scan/issues
type_tags:
- test
is_always_run: true
is_skippable: true
run_if: ""
inputs:
- project_directory: $BITRISE_SOURCE_DIR
opts:
title: "Project directory"
is_expand: false
is_required: true
- os_list: ios
opts:
title: "Project's OS"
is_expand: false
is_required: true
value_options:
- "ios"
- "android"
- severity_threshold: low
opts:
title: "Severity threshold"
summary: "Severity threshold (cannot be set to critical - not supported by 'snyk code'"
is_expand: false
is_required: true
value_options:
- "low"
- "medium"
- "high"
- org_name:
opts:
title: "Organisation name"
summary: "Organisation name used to configure snyk organisation setting"
is_expand: false
is_required: true
- snyk_auth_token: $SNYK_AUTH_TOKEN
opts:
title: "Snyk authentication token"
is_expand: true
is_required: true
is_sensitive: true
is_dont_change_value: true
- js_scan: false
opts:
title: "Project is using javascript"
is_expand: false
is_required: false
value_options:
- "true"
- "false"