Skip to content
Snippets Groups Projects
Commit 2a7456c4 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- enable SAST, Spotbugs and secret detection

parent 02f9da0c
Branches
No related tags found
No related merge requests found
......@@ -59,6 +59,14 @@ test-job:
script:
- ROSETTASDK=$ROSETTASDK mvn test
bughunting-job:
stage: test
timeout: 3h
tags:
- "docker"
script:
- ROSETTASDK=$ROSETTASDK mvn spotbugs:check
packaging-job:
stage: packaging
timeout: 3h
......@@ -69,3 +77,7 @@ packaging-job:
artifacts:
paths:
- target/*.jar
include:
- template: Security/Secret-Detection.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment