An open API service indexing awesome lists of open source software.

https://github.com/mchmarny/artifact-events

Collection of Google Container and Artifact Registry workflows
https://github.com/mchmarny/artifact-events

artifact cloudbuild gcp registry vulnerability workflow

Last synced: 8 months ago
JSON representation

Collection of Google Container and Artifact Registry workflows

Awesome Lists containing this project

README

          

# artifact-events

Collection of workflows based on Google Container and Artifact Registry events:

* [Event on new GCR or AR image](./workflows/scan/README.md) - subscribe to the Pub/Sub events published by the registry, scans each new image for vulnerabilities and save resulting data into GCS bucket
* [Event on vulnerabilities found by Artifact Analyses](./workflows/dispatch/README.md) - subscribe to the Pub/Sub events published by Artifact Analyses service and dispatch the discovered vulnerability information to an internal remediation systems like (e.g. Jira), chat service (e.g. Slack), or custom REST API endpoint.

## disclaimer

This is my personal project and it does not represent my employer. While I do my best to ensure that everything works, I take no responsibility for issues caused by this code.