Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 08b22b0

Browse files
committed
[IS-779](https://hellofresh.atlassian.net/browse/IS-779) - Disable GitHub issue creation
In order to avoid spamming the GitHub repository with issues regarding possible security vulnerabilities and to integrate probably within the HelloFresh project management. The GitHub issue creation is disabled as per the [whitesource documentation](https://whitesource.atlassian.net/wiki/spaces/WD/pages/697696422/WhiteSource+for+GitHub.com#WhiteSourceforGitHub.com-IssueSettings(issueSettings))
1 parent 1018c3c commit 08b22b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.whitesource

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"projectToken" : ""
66
},
77
"checkRunSettings": {
8-
"vulnerableCheckRunConclusionLevel": "failure"
8+
"vulnerableCheckRunConclusionLevel": "success"
99
},
1010
"issueSettings": {
11-
"minSeverityLevel": "LOW"
11+
"minSeverityLevel": "NONE"
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)