Skip to content

RSS items as GitHub Issues for the discerning engineering leader or security professional

License

Notifications You must be signed in to change notification settings

SecOpsNews/news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
Dec 8, 2023
Jul 17, 2022
Aug 31, 2023
Feb 14, 2025
Jul 17, 2022

Repository files navigation

News

A repository to track third party (RSS) feeds from various security sites as GitHub issues. Note this is quite noisy.

Adding a new feed

Add to the relevant action yml file the following code; replacing SourceName with the provider as needed, including URL of the RSS/Atom/Json feed + any labels as appropriate

SourceName:
    runs-on: ubuntu-latest
    steps:
    - uses: guilhem/rss-issues-action@0.5.2
      continue-on-error: true
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        feed: "[URL]"
        prefix: "[SourceName]"
        dry-run: "false"
        lastTime: "24h"
        labels: "SourceName, [App, DevOps]" 

About

RSS items as GitHub Issues for the discerning engineering leader or security professional

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks