Skip to content

Commit 123a585

Browse files
committed
feature: make a CUE module
In preparation for publishing to the CUE Central Registry, but also useful for anyone else who wants to depend on this schema. Signed-off-by: Paul Jolly <[email protected]>
1 parent bb8215a commit 123a585

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cue.mod/module.cue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module: "github.com/ossf/security-insights-spec"
2+
language: {
3+
version: "v0.11.0"
4+
}
5+
source: {
6+
kind: "git"
7+
}

0 commit comments

Comments
 (0)