added security warning
This commit is contained in:
parent
ba4c58fd35
commit
08280f66ac
1 changed files with 3 additions and 0 deletions
3
.github/workflows/README.md
vendored
3
.github/workflows/README.md
vendored
|
@ -5,6 +5,9 @@
|
|||
- project admins maintain a private Google Compute Engine VM for running tests
|
||||
- VM should be at least n1-standard-4 with 50GB persistent disk
|
||||
- instructions for setting up the VM can be found in repo settings under "Actions"
|
||||
- ⚠️ WARNING: VM should be set up with no GCP service account
|
||||
- external contributors could contribute malicious PRs to run code on our test VM. Ensure no service accounts or other secrets exist on the VM
|
||||
- An empty GCP project should be used for extra security
|
||||
- to set up dependencies, run the following commands:
|
||||
```
|
||||
# install kubectl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue