diff --git a/.pysentry.toml b/.pysentry.toml index 2b106e3..cc34587 100644 --- a/.pysentry.toml +++ b/.pysentry.toml @@ -4,7 +4,7 @@ version = 1 format = "human" severity = "low" fail_on = "medium" -scope = "all" +scope = "main" direct_only = false detailed = false include_withdrawn = false diff --git a/scripts/security-check b/scripts/security-check new file mode 100755 index 0000000..dfc700a --- /dev/null +++ b/scripts/security-check @@ -0,0 +1,2 @@ +#! /bin/bash +uvx pysentry-rs . \ No newline at end of file