File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ git-clone :
2
+ - name : " repo_url"
3
+ type : " string"
4
+ value : " https://github.com/0c34/govwa.git"
5
+ - name : " reference"
6
+ type : " string"
7
+ value : " master"
8
+ gosec-parser :
9
+ - name : " repo_name"
10
+ type : " string"
11
+ value : " govwa"
12
+ jira :
13
+ - name : " base_url"
14
+ type : " string"
15
+ value : " $baseURL"
16
+ - name : " project"
17
+ type : " string"
18
+ value : " $project"
19
+ - name : " auth_enabled"
20
+ type : " string"
21
+ value : " false"
22
+ - name : " username"
23
+ type : " string"
24
+ value : " $username"
25
+ - name : " password"
26
+ type : " string"
27
+ value : " $password"
Original file line number Diff line number Diff line change
1
+ description : GoSec based workflow
2
+ name : gosec
3
+ components :
4
+ - component : file://components/targets/git-clone/component.yaml
5
+ - component : file://components/scanners/gosec/component.yaml
6
+ - component : file://components/scanners/nancy/component.yaml
7
+ - component : file://components/enrichers/custom-annotation/component.yaml
8
+ - component : file://components/reporters/jira/component.yaml
You can’t perform that action at this time.
0 commit comments