Skip to content

Commit

Permalink
Simplify SAST configuration in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mcserep committed Nov 15, 2023
1 parent 386e167 commit 5972793
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:

# SAST
include:
- template: Security/SAST.gitlab-ci.yml
- template: Jobs/SAST.gitlab-ci.yml

# Build
.build:
Expand All @@ -31,6 +31,3 @@ build_focal:
build_jammy:
extends: .build
image: ubuntu:22.04

sast:
stage: test

0 comments on commit 5972793

Please sign in to comment.