diff options
| author | Kousik Kumar <kousikk@google.com> | 2024-02-05 14:31:35 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2024-02-05 14:31:35 +0000 |
| commit | 3f1c98978b92375222dc3c63257aae8934bd6592 (patch) | |
| tree | f56a1f8bfda7d7fe4fa6bd07a4fed88bc9165cb5 /ui | |
| parent | 4b8e361b4cee3de4ae8bfed14cb750af499bfa67 (diff) | |
| parent | be2c98d08cd76991e5dd69f72e63e16b5bf9fb4d (diff) | |
Merge "Allowlist gcloud to be run during the build" into main
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/build/paths/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/build/paths/config.go b/ui/build/paths/config.go index 65e2c8ebc..2f25a8ce5 100644 --- a/ui/build/paths/config.go +++ b/ui/build/paths/config.go @@ -93,6 +93,7 @@ var Configuration = map[string]PathConfig{ "fuser": Allowed, "gcert": Allowed, "gcertstatus": Allowed, + "gcloud": Allowed, "getopt": Allowed, "git": Allowed, "hexdump": Allowed, @@ -101,7 +102,6 @@ var Configuration = map[string]PathConfig{ "javap": Allowed, "lsof": Allowed, "openssl": Allowed, - "prodcertstatus": Allowed, "pstree": Allowed, "rsync": Allowed, "sh": Allowed, |
