Skip to content

Commit

Permalink
Added security pipeline for owasp:dependency-check
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkáčik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed Sep 4, 2023
1 parent f89a43a commit e0ba1b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
oid="16a8b95a-8a37-4f91-b835-bb77670c2899">
<name>cluster_0</name>
<!--TODO members-->
<roleAnalysisSessionRef oid="c0d74ad2-f92a-40f0-b661-3c0a6a5dc225"
relation="org:default"
type="c:RoleAnalysisSessionType">
<!-- role_based_analysis_session -->
</roleAnalysisSessionRef>
<detectionOption>
<minRolesOccupancy>10</minRolesOccupancy>
<minUserOccupancy>10</minUserOccupancy>
Expand Down
4 changes: 1 addition & 3 deletions tools/jenkins/midpoint-security-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ podTemplate(
}
}
stage("publish") {
steps {
dependencyCheckPublisher pattern: 'dependency-check-report.xml'
}
dependencyCheckPublisher pattern: 'dependency-check-report.xml'
}

currentBuild.result = 'SUCCESS'
Expand Down

0 comments on commit e0ba1b4

Please sign in to comment.