diff --git a/Jenkinsfile b/Jenkinsfile index 6dc2bb49a..3501effe1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,6 +71,14 @@ pipeline { } } + stage('Scan for internal URLs') { + steps { + script { + detectInternalUrls() + } + } + } + stage('Get InfraPool ExecutorV2 Agent') { steps { script { diff --git a/design/simpler-configuration.md b/design/simpler-configuration.md index a7537f2d7..41379669d 100644 --- a/design/simpler-configuration.md +++ b/design/simpler-configuration.md @@ -14,8 +14,6 @@ unnecessary concepts and present better chrome to the user. This improvement co 1. Shorter, simpler `secretless.yml` configuration files 2. Shorter, simpler "concept" documentation -Aha Card: https://cyberark.aha.io/features/AAM-<> - - [Objective](#objective) - [Team](#team) - [SDLC Timeline](#sdlc-timeline)