From 1afa18e2b5334f62627c7f713031c0990fc6f85b Mon Sep 17 00:00:00 2001 From: mangoiv Date: Thu, 9 May 2024 12:22:26 +0200 Subject: [PATCH] [chore] README update and ci update --- .github/workflows/haskell-ci.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index c943343..59cea00 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -51,3 +51,5 @@ jobs: run: cabal build - name: Test run: cabal test all + - name: Run cabal-audit on itself + run: cabal run cabal-audit diff --git a/README.md b/README.md index eaf9022..f90b869 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@
-

cabal-audit

CI +

cabal-audit

`cabal-audit` is a command-line utility that scans Haskell projects for known vulnerabilities based on the