Skip to content
Snippets Groups Projects
Commit eb75d039 authored by Lars Mikkel Lødeng Nilsen's avatar Lars Mikkel Lødeng Nilsen
Browse files

Added security_scan stage to the pipeline

parent dd0d7f59
No related branches found
No related tags found
3 merge requests!66Final merge,!4Pipeline fix,!3Pipeline fix
Pipeline #272451 failed
......@@ -3,6 +3,7 @@ stages:
- lint_and_format
- build
- test
- security_scan
default:
image: node:20
......@@ -40,3 +41,14 @@ test-coverage:
stage: test
script:
- npm run test:coverage
include:
- template: SAST.gitlab-ci.yml
sast:
stage: security_scan
script:
- echo "Running SAST..."
only:
- main
- develop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment