Skip to content

Commit c298ef9

Browse files
gl-johnsonGitHub Enterprise
authored andcommitted
Merge pull request #28 from Conjur-Enterprise/CNJR-4105-internal-url-scan
Add url scanning to pipeline
2 parents 81232fb + 04fa77f commit c298ef9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Jenkinsfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ pipeline {
7171
}
7272
}
7373

74+
stage('Scan for internal URLs') {
75+
steps {
76+
script {
77+
detectInternalUrls()
78+
}
79+
}
80+
}
81+
7482
stage('Get InfraPool ExecutorV2 Agent') {
7583
steps {
7684
script {

design/simpler-configuration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ unnecessary concepts and present better chrome to the user. This improvement co
1414
1. Shorter, simpler `secretless.yml` configuration files
1515
2. Shorter, simpler "concept" documentation
1616

17-
Aha Card: https://cyberark.aha.io/features/AAM-<>
18-
1917
- [Objective](#objective)
2018
- [Team](#team)
2119
- [SDLC Timeline](#sdlc-timeline)

0 commit comments

Comments
 (0)