Skip to content

Commit f7242ff

Browse files
Add .whitesource configuration file (serverlessworkflow#165)
Co-authored-by: whitesource-bolt-for-github[bot] <42819689+whitesource-bolt-for-github[bot]@users.noreply.github.com> Signed-off-by: Antonio Mendoza Pérez <[email protected]>
1 parent 17fad27 commit f7242ff

File tree

5 files changed

+446
-131
lines changed

5 files changed

+446
-131
lines changed

.whitesource

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"scanSettings": {
3+
"baseBranches": []
4+
},
5+
"checkRunSettings": {
6+
"vulnerableCheckRunConclusionLevel": "failure",
7+
"displayMode": "diff"
8+
},
9+
"issueSettings": {
10+
"minSeverityLevel": "LOW",
11+
"issueType": "DEPENDENCY"
12+
}
13+
}

0 commit comments

Comments
 (0)