mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9f3ded6e5b
1 changed files with 5 additions and 2 deletions
|
|
@ -104,7 +104,8 @@ create-build-image:
|
|||
- bash .mvn/createBuildImages.sh
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
- changes:
|
||||
- if: $CI_COMMIT_REF_NAME == "main"
|
||||
changes:
|
||||
- .mvn/createBuildImages.sh
|
||||
|
||||
owasp-check:
|
||||
|
|
@ -115,7 +116,9 @@ owasp-check:
|
|||
- mvn $MAVEN_CLI_OPTS $BUILD_PROPS $CI_JOB_TIMESTAMP validate -Powasp-check
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
- changes:
|
||||
- if: $CI_COMMIT_REF_NAME == "main"
|
||||
changes:
|
||||
- pom.xml
|
||||
- owasp-suppressions.xml
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue