Merge "Allowlist gcloud to be run during the build" into main
This commit is contained in:
@@ -93,6 +93,7 @@ var Configuration = map[string]PathConfig{
|
|||||||
"fuser": Allowed,
|
"fuser": Allowed,
|
||||||
"gcert": Allowed,
|
"gcert": Allowed,
|
||||||
"gcertstatus": Allowed,
|
"gcertstatus": Allowed,
|
||||||
|
"gcloud": Allowed,
|
||||||
"getopt": Allowed,
|
"getopt": Allowed,
|
||||||
"git": Allowed,
|
"git": Allowed,
|
||||||
"hexdump": Allowed,
|
"hexdump": Allowed,
|
||||||
@@ -101,7 +102,6 @@ var Configuration = map[string]PathConfig{
|
|||||||
"javap": Allowed,
|
"javap": Allowed,
|
||||||
"lsof": Allowed,
|
"lsof": Allowed,
|
||||||
"openssl": Allowed,
|
"openssl": Allowed,
|
||||||
"prodcertstatus": Allowed,
|
|
||||||
"pstree": Allowed,
|
"pstree": Allowed,
|
||||||
"rsync": Allowed,
|
"rsync": Allowed,
|
||||||
"sh": Allowed,
|
"sh": Allowed,
|
||||||
|
Reference in New Issue
Block a user