🔥 Add MAGMI Workflow

patch-1
Dwi Siswanto 2020-09-04 20:35:05 +07:00
parent 8cce587aa8
commit dcf8399522
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
id: magmi-workflow
info:
name: "MAGMI Workflow"
author: "dwisiswant0"
variables:
magmi_tech: technologies/magmi-detect.yaml
magmi_cve1: cves/CVE-2017-7391.yaml
magmi_cve2: cves/CVE-2020-5776.yaml
magmi_cve3: cves/CVE-2020-5777.yaml
logic: |
if magmi_tech() {
magmi_cve1()
magmi_cve2()
magmi_cve3()
}