#!/bin/sh
set -e
set -x

export CI=true

uv run pip-audit-extra --local --severity HIGH --fail-level CRITICAL

script/test
