Inclusion of workflow for Lotus Domino to bind the 3 templates together

Signed-off-by: Casper Guldbech Nielsen <whopsec@protonmail.com>
patch-1
Casper Guldbech Nielsen 2020-09-09 10:12:17 +02:00
parent 7cf712bd49
commit f6382fcb19
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
id: lotus-domino-workflow
info:
name: Lotus Domino workflow
author: CasperGN
variables:
domino: technologies/tech-detect.yaml
domino_version: technologies/lotus-domino-version.yaml
domino_cve_2005_2428: cves/CVE-2005-2428.yaml
logic:
|
domino()
if domino["lotus-domino"] {
domino_version()
domino_cve_2005_2428()
}