Skip to content

Configuration for Whitesource aka Mend security scanning

Notifications You must be signed in to change notification settings

socialtables/whitesource-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whitesource-config

Manual Scans

In order to trigger the manual scans, a file called scan.json needs to be pushed to the whitesource-config repo. The scan.json file contains a list of repositories to scan:

{
  "repositories": [
    {
      "fullName": "orgName1/repoName1",
      "branchName": "main"
    }
  ]
}

The repository list is limited to 10. If there are more than 10, no repositories will be scanned, and a check run will be created.

If a branch name is not specified, the default branch will be scanned.

About

Configuration for Whitesource aka Mend security scanning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published