Skip to content

Commit

Permalink
fix: add missing GIT reference constant (#309)
Browse files Browse the repository at this point in the history
This is defined in the schema but we don't have a constant for it

Signed-off-by: Gareth Jones <[email protected]>
  • Loading branch information
G-Rath authored Nov 6, 2024
1 parent bf7ac4d commit 00aefbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/go/osvschema/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const (
ReferenceReport ReferenceType = "REPORT"
ReferenceFix ReferenceType = "FIX"
ReferenceIntroduced ReferenceType = "INTRODUCED"
ReferenceGit ReferenceType = "GIT"
ReferencePackage ReferenceType = "PACKAGE"
ReferenceEvidence ReferenceType = "EVIDENCE"
ReferenceWeb ReferenceType = "WEB"
Expand Down

0 comments on commit 00aefbd

Please sign in to comment.