Skip to content

Commit

Permalink
Merge pull request #57 from chainguard-dev/create-pull-request/patch
Browse files Browse the repository at this point in the history
Export mono/sdk: refs/heads/main
  • Loading branch information
jdolitsky authored Aug 30, 2024
2 parents 1b4f7fc + bc1dd71 commit 05424c0
Show file tree
Hide file tree
Showing 8 changed files with 1,162 additions and 645 deletions.
10 changes: 8 additions & 2 deletions proto/capabilities/capabilities.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion proto/capabilities/capabilities.proto
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ enum Capability {
CAP_APK_LIST = 1652 [(name) = "apk.list", (bit) = 75];
CAP_APK_DELETE = 1653 [(name) = "apk.delete", (bit) = 76];

CAP_VERSION_LIST = 1654 [(name) = "version.list", (bit) = 77];

// Sigstore-aas

CAP_SIGSTORE_CREATE = 1701 [(name) = "sigstore.create", (bit) = 42, deprecated = true];
Expand All @@ -140,5 +142,5 @@ enum Capability {
// capability?
CAP_GULFSTREAM = 10000 [(name) = "gulfstream", (bit) = 47];

// next bit: 77
// next bit: 78
}
2 changes: 2 additions & 0 deletions proto/capabilities/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ var (
Capability_CAP_TENANT_RECORD_SIGNATURES_LIST,
Capability_CAP_TENANT_SBOMS_LIST,
Capability_CAP_TENANT_VULN_REPORTS_LIST,

Capability_CAP_VERSION_LIST,
},
// Viewers can also list repos and tags, and pull images.
RegistryPullCaps...), APKPullCaps...))
Expand Down
Loading

0 comments on commit 05424c0

Please sign in to comment.