fix error handling of default policy script
Some checks failed
Go / build (push) Has been cancelled
Go / release (push) Has been cancelled

This commit is contained in:
2025-11-10 11:55:42 +00:00
parent 54606c6318
commit 7113848de8
3 changed files with 15 additions and 6 deletions

View File

@@ -29,7 +29,8 @@
"Bash(CGO_ENABLED=0 go build:*)",
"Bash(CGO_ENABLED=0 go test:*)",
"Bash(app/web/dist/index.html)",
"Bash(export CGO_ENABLED=0)"
"Bash(export CGO_ENABLED=0)",
"Bash(bash:*)"
],
"deny": [],
"ask": []