Skip to content

Commit 4464bfb

Browse files
committed
feat: add the Drupal ecosystem
Signed-off-by: Gareth Jones <[email protected]>
1 parent 5bbc56b commit 4464bfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/osv-linter/internal/pkgchecker/ecosystems.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ func VersionsExistInEcosystem(pkg string, versions []string, ecosystem string) e
140140
return nil
141141
case "Drupal":
142142
return nil
143+
case "Drupal": return nil
143144
case "GIT":
144145
return nil
145146
case "GitHub Actions":

0 commit comments

Comments
 (0)