Skip to content

Commit 2a6c34f

Browse files
committed
Add simple spec for a github commit attestation
Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
1 parent 4e97cd8 commit 2a6c34f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

specs/github/commit.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# SPDX-FileCopyrightText: Copyright 2025 Carabiner Systems, Inc
2+
# SPDX-License-Identifier: Apache-2.0
3+
---
4+
id: github.com/${ORG}/${REPO}@${REF}
5+
name: github.com/${ORG}/${REPO}@${REF}
6+
url: git+https://github.com/${ORG}/${REPO}/@${REF}
7+
type: http://github.com/carabiner-dev/snappy/specs/commit.yaml
8+
endpoint: repos/${ORG}/${REPO}/commits/${REF}
9+
method: GET
10+
mask:
11+
- sha
12+
- url

0 commit comments

Comments
 (0)