Skip to content

Commit acb3837

Browse files
committed
fix typo github security_vulnerability tag name
1 parent 02d182a commit acb3837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/payload.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ type DependabotAlertPayload struct {
832832
FirstPatchedVersion struct {
833833
Identifier string `json:"identifier"`
834834
} `json:"first_patched_version"`
835-
} `json:"secirty_vulnerability"`
835+
} `json:"security_vulnerability"`
836836
URL string `json:"url"`
837837
HTMLURL string `json:"html_url"`
838838
CreatedAt string `json:"created_at"` // "YYYY-MM-DDTHH:MM:SSZ"

0 commit comments

Comments
 (0)