Skip to content

Commit fe7fa5e

Browse files
committed
JIRA workflow example
1 parent f1b6557 commit fe7fa5e

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

examples/jira/overrides.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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"

examples/jira/workflow.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

0 commit comments

Comments
 (0)