Commit d6deb4c
committed
CI - Add Snyk Scanning
This PR introduces a CI job to periodically scan the OpenVDB repository
for security vulernatiblities. This CI job requires coordination with
John Mertic (jmertic) and/or the OpenVDB maintainers to add both the
`SNYK_ORG` and `SNYK_TOKEN` GitHub secrets to the GitHub configuration.
Once these serets are added, then this PR can be merged with the
appropriate review/approvals. The Snyk tool can be run on the command
line at any time using:
```bash
snyk auth ${SNYK_TOKEN}
Your account has been authenticated. Snyk is now ready to be used.
snyk test --unmanaged --org=${SNYK_ORG}
Testing /Users/ddeal/projects/go/src/github.com/dealako/openvdb...
Tested 1 dependency for known issues, found 0 issues.
snyk monitor --unmanaged --org=${SNYK_ORG}
Monitoring /Users/ddeal/projects/go/src/github.com/dealako/openvdb (openvdb)...
Explore this snapshot at https://app.snyk.io/org/openvdb/project/a1915379-5638-4049-9345-0a7783bd6a53/history/4c82fd74-757b-40f3-8522-803ae4f84e0f
Notifications about newly disclosed issues related to these dependencies will be emailed to you.
```
Contact John Mertic (jmertic) to access the above secrets or to gain
access to the Snyk console.
Signed-off-by: David Deal <ddeal@linuxfoundation.org>1 parent 08409f0 commit d6deb4c
1 file changed
+44
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments