Skip to content

Commit

Permalink
Merge pull request #28 from Conjur-Enterprise/CNJR-4105-internal-url-…
Browse files Browse the repository at this point in the history
…scan

Add url scanning to pipeline
  • Loading branch information
gl-johnson authored and GitHub Enterprise committed Mar 12, 2024
2 parents 81232fb + 04fa77f commit c298ef9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ pipeline {
}
}

stage('Scan for internal URLs') {
steps {
script {
detectInternalUrls()
}
}
}

stage('Get InfraPool ExecutorV2 Agent') {
steps {
script {
Expand Down
2 changes: 0 additions & 2 deletions design/simpler-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c298ef9

Please sign in to comment.