Skip to content

Commit

Permalink
Merge pull request kata-containers#10 from mingweishih/cc-policy
Browse files Browse the repository at this point in the history
Add initial version of the cc-policy under tools/
  • Loading branch information
danmihai1 authored Jan 31, 2023
2 parents b3f65a1 + 80b2eee commit 3878fab
Show file tree
Hide file tree
Showing 12 changed files with 1,782 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/cc-policy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[package]
name = "cc-policy"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.32"
base64 = "0.13.0"
serde_json = "1.0.39"
serde = { version = "1.0.129", features = ["derive"] }
serde_yaml = "0.9.13"
glob = "0.3.0"
clap = { version = "3.0", features = ["derive"] }
checked_command = "0.2.4"
oci-spec = { git = "https://github.com/containers/oci-spec-rs" }
7 changes: 7 additions & 0 deletions tools/cc-policy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cc-policy
Security policy generation tool for confidential containers

## Prerequisites

- Skopeo: https://github.com/containers/skopeo
- Kubernetes
Loading

0 comments on commit 3878fab

Please sign in to comment.