Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern authored Sep 13, 2021
1 parent c32016b commit 5720f31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ image: "$FEATURE_IMAGE_NAME:runtime"
# scan for secret spoiling in project
include:
- template: Secret-Detection.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml

variables:
FEATURE_IMAGE_NAME: "$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG"
Expand Down Expand Up @@ -121,5 +122,3 @@ pages:
# do some code analysis
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml

0 comments on commit 5720f31

Please sign in to comment.