Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Configure WhiteSource for GitHub.com (#20)
Browse files Browse the repository at this point in the history
* Add .whitesource configuration file

* [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))

Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: Andrew Wurster <[email protected]>
  • Loading branch information
mend-for-github-com[bot] and awurster authored Jul 16, 2020
1 parent 4de405d commit 3e5c846
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"scanSettings": {
"configMode": "AUTO",
"configExternalURL": "",
"projectToken" : ""
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "success"
},
"issueSettings": {
"minSeverityLevel": "NONE"
}
}

0 comments on commit 3e5c846

Please sign in to comment.