Skip to content

Commit 336279e

Browse files
committed
battlecard printer examples
1 parent 2e89b2d commit 336279e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

examples/battlecard/overrides.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
git-clone:
2+
- name: "repo_url"
3+
type: "string"
4+
value: "https://github.com/OWASP/iGoat-Swift"

examples/battlecard/workflow.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
description: MobSFScan based workflow
2+
name: mobsfscan
3+
components:
4+
- component: file://components/targets/git-clone/component.yaml
5+
- component: file://components/scanners/mobsfscan/component.yaml
6+
- component: file://components/enrichers/custom-annotation/component.yaml
7+
- component: file://components/reporters/battlecard-printer/component.yaml

0 commit comments

Comments
 (0)