ML-9: add mix_audit for CVE scanning (warn-only)

This commit is contained in:
Claudio Ortolina
2026-04-24 08:13:42 +01:00
parent f79e1e4ddf
commit 815b34c024
5 changed files with 30 additions and 3 deletions
+1
View File
@@ -118,6 +118,7 @@ defmodule MusicLibrary.MixProject do
{:benchee, "~> 1.3", only: :dev, runtime: false},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:ex_slop, "~> 0.1", only: [:dev, :test], runtime: false},
{:mix_audit, "~> 2.1", only: :dev, runtime: false},
{:quokka, "~> 2.6", only: [:dev, :test], runtime: false},
{:live_debugger, "~> 1.0", only: :dev},
{:usage_rules, "~> 1.1", only: [:dev]},