Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

debian-security-announce

A CLI tool that fetches Debian Security Advisories from the official RSS feed and posts them to a Slack channel via incoming webhook.

Build

go build -o dsa-slack ./cmd/dsa-slack/

Usage

DSA_SLACK_WEBHOOK_URL=https://hooks.slack.com/services/... ./dsa-slack

Configuration

Environment Variable Required Default Description
DSA_SLACK_WEBHOOK_URL Yes - Slack incoming webhook URL
DSA_STATE_FILE No ~/.config/debian-security-announce/state.json Path to state file
DSA_RSS_FEED_URL No https://www.debian.org/security/dsa-long RSS feed URL

Cron

*/15 * * * * DSA_SLACK_WEBHOOK_URL=https://hooks.slack.com/services/... /usr/local/bin/dsa-slack

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages