Home
Softono
news

news

Open source SCSS
73
Stars
5
Forks
178
Issues
1
Watchers
1 week
Last Commit

About news

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

Platforms

Web Self-hosted Cloud

Languages

PHP SCSS

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/[email protected]
      continue-on-error: true
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        feed: "[URL]"
        prefix: "[SourceName]"
        dry-run: "false"
        lastTime: "24h"
        labels: "SourceName, [App, DevOps]"