OpenDRR / opendrr

Parent project for the OpenDRR Platform / Projet parent pour la plate-forme OpenDRR
7 stars 2 forks source link

Set up Snyk Container to detect vulnerabilities in container images #135

Open anthonyfok opened 2 years ago

anthonyfok commented 2 years ago

Some kind folks who are security experts have recommended setting up Snyk Container to scan for potential vulnerabilities in container images in our repos, which may include (but not limited to) the following:

To get started, e.g. for OpenDRR/python-env, we go to SecurityCode scanning alertsSnyk Container and see a GitHub workflow template, which contains the following instruction:

# In order to use the Snyk Action you will need to have a Snyk API token.

More details in https://github.com/snyk/actions#getting-your-snyk-token

or you can signup for free at https://snyk.io/login

SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

Some resources for getting started:

Trivia: Snyk is short for 'So Now You Know'; see [https://support.snyk.io/hc/en-us/articles/360000890358-How-do-you-pronounce-Snyk- How do you pronounce Snyk? – Support Portal | Snyk]


Note there are also the following container scanners available on GitHub:

Maybe we could set them all up for comparison? :grin: