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