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
- Host: GitHub
- URL: https://github.com/mchmarny/artifact-events
- Owner: mchmarny
- License: apache-2.0
- Created: 2023-03-31T11:44:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T22:33:54.000Z (over 2 years ago)
- Last Synced: 2024-11-08T12:38:38.605Z (over 1 year ago)
- Topics: artifact, cloudbuild, gcp, registry, vulnerability, workflow
- Language: Go
- Homepage:
- Size: 189 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.