From adae458f3046e9270dbd61f9377d206462cf0759 Mon Sep 17 00:00:00 2001 From: savik Date: Sat, 15 May 2021 11:35:51 +0300 Subject: [PATCH] Update springboot-workflow.yaml --- workflows/springboot-workflow.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/workflows/springboot-workflow.yaml b/workflows/springboot-workflow.yaml index 13fe526737..290205834d 100644 --- a/workflows/springboot-workflow.yaml +++ b/workflows/springboot-workflow.yaml @@ -13,13 +13,13 @@ workflows: - template: technologies/springboot-actuator.yaml subtemplates: - - template: misconfiguration/springboot-configprops.yaml - - template: misconfiguration/springboot-env.yaml - - template: misconfiguration/springboot-heapdump.yaml - - template: misconfiguration/springboot-httptrace.yaml - - template: misconfiguration/springboot-loggers.yaml - - template: misconfiguration/springboot-mappings.yaml - - template: misconfiguration/springboot-trace.yaml + - template: misconfiguration/springboot/springboot-configprops.yaml + - template: misconfiguration/springboot/springboot-env.yaml + - template: misconfiguration/springboot/springboot-heapdump.yaml + - template: misconfiguration/springboot/springboot-httptrace.yaml + - template: misconfiguration/springboot/springboot-loggers.yaml + - template: misconfiguration/springboot/springboot-mappings.yaml + - template: misconfiguration/springboot/springboot-trace.yaml - template: vulnerabilities/springboot/springboot-actuators-jolokia-xxe.yaml - template: vulnerabilities/springboot/springboot-h2-db-rce.yaml - template: cves/2018/CVE-2018-1271.yaml