SkillAgentSearch skills...

News

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

Install / Use

/learn @SecOpsNews/News
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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]"
View on GitHub
GitHub Stars67
CategoryDevelopment
Updated22m ago
Forks3

Languages

SCSS

Security Score

100/100

Audited on Apr 6, 2026

No findings