Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/kbs-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ on:
- "main"
paths:
- 'kbs/**'
- 'attestation-service/**'
- 'deps/**'
- 'rvps/**'
- '.github/workflows/kbs-rust.yml'
- 'Cargo.toml'
pull_request:
paths:
- 'kbs/**'
- 'attestation-service/**'
- 'deps/**'
- 'rvps/**'
- '.github/workflows/kbs-rust.yml'
- 'Cargo.toml'

Expand Down
2 changes: 1 addition & 1 deletion kbs/docs/initdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ producer side and consumer side use the same encoding.

Confidential Containers (CoCo) leverages Initdata to inject configurations like
[kata-agent's policy](https://github.com/kata-containers/kata-containers/blob/main/docs/how-to/how-to-use-the-kata-agent-policy.md),
configurations for [guest components](https://github.com/confidential-containers/guest-components).
configurations (including a flag to enable debugging) for [guest components](https://github.com/confidential-containers/guest-components).

Approach in [Confidential Containers PeerPod](https://github.com/confidential-containers/cloud-api-adaptor/blob/main/src/cloud-api-adaptor/docs/initdata.md)

Expand Down
Loading