Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 8cc60ba

Browse files
author
Max Schaefer
committed
Add more codeql metadata files.
1 parent eda858e commit 8cc60ba

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.codeqlmanifest.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{ "provide": [ "ql/src/qlpack.yml",
2+
"ql/test/qlpack.yml",
3+
"upgrades/qlpack.yml",
24
"ql/config/legacy-support/qlpack.yml" ],
35
"ignore": [ "the-extractor-which-needs-to-be-built" ] }

ql/test/qlpack.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: codeql-go-tests
2+
version: 0.0.0
3+
libraryPathDependencies: codeql-go

upgrades/qlpack.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: codeql-go-upgrades
2+
upgrades: .

0 commit comments

Comments
 (0)