Dependency License Checker Hook (#1046)

This commit is contained in:
Ajith Raghavan
2026-03-19 04:54:53 +05:30
committed by GitHub
parent 3b462df7b0
commit e8b1e9350c
4 changed files with 585 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"version": 1,
"hooks": {
"sessionEnd": [
{
"type": "command",
"bash": ".github/hooks/dependency-license-checker/check-licenses.sh",
"cwd": ".",
"env": {
"LICENSE_MODE": "warn"
},
"timeoutSec": 60
}
]
}
}