|
|
@ -27,9 +27,6 @@ dependency_scanning:
|
|
|
|
DS_ANALYZER_IMAGES: "registry.gitlab.com/madawa/gemnasium-maven"
|
|
|
|
DS_ANALYZER_IMAGES: "registry.gitlab.com/madawa/gemnasium-maven"
|
|
|
|
DS_RUN_ANALYZER_TIMEOUT: 3h
|
|
|
|
DS_RUN_ANALYZER_TIMEOUT: 3h
|
|
|
|
DS_DEFAULT_ANALYZERS: ""
|
|
|
|
DS_DEFAULT_ANALYZERS: ""
|
|
|
|
only:
|
|
|
|
|
|
|
|
refs:
|
|
|
|
|
|
|
|
- security-scan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# sast:
|
|
|
|
# sast:
|
|
|
|
# stage: test
|
|
|
|
# stage: test
|
|
|
@ -102,13 +99,10 @@ dependency_scanning:
|
|
|
|
# paths:
|
|
|
|
# paths:
|
|
|
|
# - gl-sast-report.json
|
|
|
|
# - gl-sast-report.json
|
|
|
|
# dependencies: []
|
|
|
|
# dependencies: []
|
|
|
|
# only:
|
|
|
|
|
|
|
|
# refs:
|
|
|
|
|
|
|
|
# - security-scan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deploy:
|
|
|
|
# deploy:
|
|
|
|
stage: deploy
|
|
|
|
# stage: deploy
|
|
|
|
script:
|
|
|
|
# script:
|
|
|
|
- mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true
|
|
|
|
# - mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true
|
|
|
|
only:
|
|
|
|
# only:
|
|
|
|
- master@entgra/carbon-device-mgt
|
|
|
|
# - master@entgra/carbon-device-mgt
|
|
|
|