Introduce CI workflow running `cargo audit`
authorElias Rohrer <dev@tnull.de>
Tue, 30 Jan 2024 11:41:05 +0000 (12:41 +0100)
committerElias Rohrer <dev@tnull.de>
Tue, 13 Feb 2024 08:16:57 +0000 (09:16 +0100)
commitfd705c79195397240a95ff52fc2848004ac3a26d
tree117018c982bb5ff011419551d669b7a9c194c236
parent7299fe62c3f75b25aac8e3453f3506b7d140ea83
Introduce CI workflow running `cargo audit`

In order to continuously monitor our dependencies for security
vulnerabilities, we introduce a new CI job that will use `cargo audit`
to check for any known vulnerabilities.

This job is run on a daily schedule. For each new advisory, a new issue
will be created.
.github/workflows/audit.yml [new file with mode: 0644]
README.md