We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e89b2d commit 336279eCopy full SHA for 336279e
examples/battlecard/overrides.yaml
@@ -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
@@ -0,0 +1,7 @@
+description: MobSFScan based workflow
+name: mobsfscan
+components:
+- 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