Open guypritchard opened 2 years ago
Create a new workflow that triggers using a schedule
trigger to periodically start the scan (cron format): https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
This might be a cost-free alternative that might warrant investigating.
As containers 'age' in production existing mechanisms for container scanning during the publishing phase may not help us. Particularly for projects with containers which are not being actively developed.
A mechanism to scan containers in the GitHub container registry would be ideal here. The current production containers would be scanned as part of this.
Note> This is quite often a paid service.
Snyk has an approach here.
https://docs.snyk.io/products/snyk-container/image-scanning-library/github-container-registry-image-scanning/scan-container-images-from-github-container-registry-in-snyk
...other approaches are available.
Acceptance Criteria