Skip to content

Commit

Permalink
fixup! Add table github_dependabot_alert
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Dec 15, 2022
1 parent 369dd15 commit 6e6257c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/table_github_organization_dependabot_alert.go
Expand Up @@ -49,13 +49,13 @@ func gitHubDependabotAlertColumns() []*plugin.Column {
Transform: transform.FromField("Dependency.Scope"),
},
{
Name: "security_advisory_ghsaid",
Name: "security_advisory_ghsa_id",
Type: proto.ColumnType_STRING,
Description: "The unique GitHub Security Advisory ID assigned to the advisory.",
Transform: transform.FromField("SecurityAdvisory.GHSAID"),
},
{
Name: "security_advisory_cveid",
Name: "security_advisory_cve_id",
Type: proto.ColumnType_STRING,
Description: "The unique CVE ID assigned to the advisory.",
Transform: transform.FromField("SecurityAdvisory.CVEID"),
Expand Down

0 comments on commit 6e6257c

Please sign in to comment.