mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'revert-f99f5c85' into 'master'
Revert "Remove only from scans" See merge request entgra/carbon-device-mgt!232
This commit is contained in:
commit
4d891ab0a5
@ -27,6 +27,9 @@ 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
|
||||||
@ -99,10 +102,13 @@ dependency_scanning:
|
|||||||
# paths:
|
# paths:
|
||||||
# - gl-sast-report.json
|
# - gl-sast-report.json
|
||||||
# dependencies: []
|
# dependencies: []
|
||||||
|
|
||||||
# deploy:
|
|
||||||
# stage: deploy
|
|
||||||
# script:
|
|
||||||
# - mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true
|
|
||||||
# only:
|
# only:
|
||||||
# - master@entgra/carbon-device-mgt
|
# refs:
|
||||||
|
# - security-scan
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true
|
||||||
|
only:
|
||||||
|
- master@entgra/carbon-device-mgt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user