Skip to content

Commit 6105364

Browse files
authored
Merge pull request #12 from GitHubSecurityLab/p--fetch-db-script
small changes to fetch db script
2 parents 168a269 + d30a36f commit 6105364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

misc/codeql_fetch_db.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# dep: https://github.com/cli/cli
44
# e.g. get_codeql_db.sh ntp-project/ntp cpp
@@ -9,6 +9,7 @@
99
# - csharp: The C# programming language
1010
# - go: The Go programming language
1111
# - java: The Java programming language
12+
# - javascript: The JavaScript programming language (including TypeScript)
1213
# - python: The Python programming language
1314
# - ruby: The Ruby programming language
1415
# - swift: The Swift programming language

0 commit comments

Comments
 (0)