From 368c6d6d2b9969e09753f0c8c6f26ca516c2787c Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 21:30:22 +0000 Subject: [PATCH] Initial commit: project structure and configuration --- .depauditrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .depauditrc diff --git a/.depauditrc b/.depauditrc new file mode 100644 index 0000000..b64ae17 --- /dev/null +++ b/.depauditrc @@ -0,0 +1,25 @@ +output: + format: table + color: true + verbosity: info + +vulnerabilities: + enabled: true + severity_filter: all + api: osv + cache_ttl: 86400 + +licenses: + enabled: true + allowlist: + - MIT + - Apache-2.0 + - BSD-3-Clause + blocklist: + - GPL-3.0 + - AGPL-3.0 + +cicd: + fail_on: + - critical + - high