cafan / GHSA-NOTIFY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Go 89.3%Language:Dockerfile 6.5%Language:Shell 4.2%