Skip to content

Commit

Permalink
Update gitlab pipeline for sec scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wenger committed Feb 16, 2024
1 parent 258edf4 commit 8705b9f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
stages:
- test
sast:
stage: test
include:
- template: Security/SAST.gitlab-ci.yml
default:
tags:
- prd
14 changes: 14 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken": ""
},
"commitStatusSettings": {
"vulnerableCommitStatus": "FAILED"
},
"issueSettings": {
"minSeverityLevel": "LOW",
"openConfidentialIssues": true
}
}

0 comments on commit 8705b9f

Please sign in to comment.