Home
Softono

News

Open source SCSS
73
Stars
5
Forks
178
Issues
1
Watchers
2 months
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

Need Help Installing News?

We provide expert installation service for this software. Our team will install, configure, and secure News on your server. plans start at just $30.

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]"