Skip to content

Commit

Permalink
Fix stageDefaults fortify and mavenStaticCodeChecks (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinHudemann authored Aug 28, 2020
1 parent a035690 commit ce48491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/com.sap.piper/pipeline/cloudSdkStageDefaults.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
stages:
mavenStaticCodeChecks:
mavenExecuteStaticCodeChecks:
stepConditions:
mavenExecuteStaticCodeChecks:
filePattern: 'pom.xml'
Expand Down Expand Up @@ -89,7 +89,7 @@ stages:
fortifyScan:
onlyProductiveBranch: true
stepConditions:
fortifyScan:
fortifyExecuteScan:
configKeys:
- 'fortifyCredentialsId'
detectScan:
Expand Down

0 comments on commit ce48491

Please sign in to comment.