Skip to content

Commit 67aec97

Browse files
committed
add attestations
1 parent 3980cef commit 67aec97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/cloud/features/security/security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Below you will find a few examples of our interal code requirements.
4444
- Each commit to main is approved by someone different than the author.
4545
- We follow the standard of signing commits and then registering the key with GitHub. [Github Docs](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
4646
- Binary is signed using cosign and OIDC for keyless. [Signing docs](https://docs.sigstore.dev/cosign/signing/overview/)
47+
- Attestations are created that certify an image. We us GCP Binary Authorization to enforce this. [Attestation docs](https://cloud.google.com/binary-authorization/docs/key-concepts#attestations)
4748
- Encryption is a key feature of our security posture as well. This is enforced at each stage of access. For example, the state database automatically encrypts all data. Credentials are also securely encrypted and stored.
4849
- We backup each state database nightly as well as before upgrades. These are stored indefinitely.
4950

0 commit comments

Comments
 (0)