Added the software version to the mail default template and cli help text, updated README and build script
This commit is contained in:
parent
e9f39d25b4
commit
9f31bf557d
6 changed files with 33 additions and 17 deletions
|
@ -1,4 +1,4 @@
|
|||
# WID Notifier
|
||||
# WidNotifier
|
||||
|
||||
The German [BSI](https://www.bsi.bund.de/) and [LSI Bavaria](https://lsi.bayern.de/) each have a page listing current security notices.
|
||||
This software queries the APIs of these services for new security notices and sends configurable email notifications.
|
||||
|
@ -202,4 +202,6 @@ type WidNotice struct {
|
|||
}
|
||||
```
|
||||
|
||||
Additionally, the field `WidNotifierVersion` holds the version of the software.
|
||||
|
||||
For an example, take a look at `DEFAULT_SUBJECT_TEMPLATE` and `DEFAULT_BODY_TEMPLATE` in [template.go](./template.go).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue