Skip to content

Commit

Permalink
Enable Flawfinder SAST in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mcserep committed Nov 15, 2023
1 parent 20b3646 commit 80b1298
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
stages:
- build
- test

variables:
# No interactive timezone dialog for tzdata
DEBIAN_FRONTEND: noninteractive

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

before_script:
- apt-get update -yqq
- apt-get install -yqq build-essential cmake
Expand All @@ -27,3 +32,6 @@ build_focal:
build_jammy:
extends: .build
image: ubuntu:22.04

sast:
stage: test

0 comments on commit 80b1298

Please sign in to comment.