kopia lustrzana https://github.com/JOSM/MapWithAI
Add gitlab-ci security and quality checks
Signed-off-by: Taylor Smock <smocktaylor@gmail.com>pull/1/head
rodzic
5e44e0912f
commit
78b7ad5048
|
@ -8,6 +8,16 @@ cache:
|
|||
- .gradle/wrapper
|
||||
- .gradle/caches
|
||||
|
||||
#############################
|
||||
# Various additional Checks #
|
||||
#############################
|
||||
include:
|
||||
- template: Code-Quality.gitlab-ci.yml
|
||||
- template: SAST.gitlab-ci.yml
|
||||
- template: Dependency-Scanning.gitlab-ci.yml
|
||||
- template: Container-Scanning.gitlab-ci.yml
|
||||
- template: DAST.gitlab-ci.yml
|
||||
- template: License-Management.gitlab-ci.yml
|
||||
|
||||
###############
|
||||
# Build stage #
|
||||
|
|
Ładowanie…
Reference in New Issue