mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
Introduce a new settings file to define permissions for various script executions. Impact: Enables controlled execution of linting, type-checking, and testing scripts.
11 lines
327 B
JSON
11 lines
327 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(./scripts/lint-check)",
|
|
"Bash(./scripts/type-check)",
|
|
"Bash(./scripts/test tests/services/test_plan_charging.py tests/services/test_energy_calculator.py tests/services/test_power_scheduler.py)",
|
|
"Bash(./scripts/test)",
|
|
"Bash(./scripts/check)"
|
|
]
|
|
}
|
|
}
|