Skip to content

ssst0n3/GHSA-NOTIFY

Repository files navigation

GHSA-NOTIFY

Usage

Add these files to your rss reader:

Container Software Security Advisories

Container Security Feed

https://github.com/ssst0n3/GHSA-NOTIFY/blob/main/feed/container.xml

  • packages listened now:
    • github.com/docker/docker
    • github.com/containerd/containerd
    • github.com/opencontainers/runc
    • github.com/containerd/imgcrypt
    • CRI-O
    • if you find more packages, please pull a request to update this workflow file

for other softwares, please pull a request

For Developer

Project Structure Introduction

  • .github/workflows: github action dir
    • container-feed.yml: the action to pull and push the latest security advisories, executed by every 5 mins
    • ghcr-push.yml: the action to build and push a container image for quering github api
  • cmd/notifier: the go main package

Container Image

Push to GHCR