Skip to content

Commit

Permalink
Merge branch 'fix/flawfinder' into 'develop'
Browse files Browse the repository at this point in the history
Remove deprecated Flawfinder CI job

See merge request monticore/montithings/core!393
  • Loading branch information
kirchhof committed May 31, 2024
2 parents cb2ef78 + 39231d1 commit 9bf44bd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,23 +486,12 @@ GitHub Mirror:

include:
- template: Security/Secret-Detection.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml

# Check there are no secrets in the projects
secret_detection:
stage: security
needs: [] # can run immediately

# Check RTE for security flaws
flawfinder-sast:
stage: security
needs: [] # can run immediately
rules:
- if: $CI_COMMIT_BRANCH
exists:
- "**/*.c"
- "**/*.cpp"

##########################################
# Trigger other projects' pipelines
##########################################
Expand Down

0 comments on commit 9bf44bd

Please sign in to comment.