From 473724f56fb79086333ff2770af42b5c82eae860 Mon Sep 17 00:00:00 2001 From: nmcb Date: Fri, 3 Jul 2026 07:01:38 +0200 Subject: [PATCH] added osv scan --- .github/workflows/build-scala.yml | 2 +- project/plugins.sbt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 project/plugins.sbt diff --git a/.github/workflows/build-scala.yml b/.github/workflows/build-scala.yml index 7a148db..9452d8d 100644 --- a/.github/workflows/build-scala.yml +++ b/.github/workflows/build-scala.yml @@ -24,4 +24,4 @@ jobs: - uses: sbt/setup-sbt@v1 - name: sbt-test shell: bash - run: sbt -v +test + run: sbt -v +test osvScan diff --git a/project/plugins.sbt b/project/plugins.sbt new file mode 100644 index 0000000..d4d451d --- /dev/null +++ b/project/plugins.sbt @@ -0,0 +1 @@ +addSbtPlugin("net.nmoncho" % "sbt-osv" % "0.2.0")