mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(go test:*)",
|
|
"Bash(git stash:*)",
|
|
"Bash(go doc:*)",
|
|
"Read(//Users/hal/go/pkg/mod/github.com/gpustack/gguf-parser-go@v0.22.1/**)",
|
|
"Bash(timeout 5 go test:*)",
|
|
"Bash(timeout 10 go test:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(cat:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|