From d7a2025f2d1c0ad30c8c07cedf12ce400398e037 Mon Sep 17 00:00:00 2001 From: Robert Brignull <robertbrignull@gmail.com> Date: Mon, 1 Jun 2020 13:17:05 +0100 Subject: [PATCH] run all queries --- .github/codeql/codeql-config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index 6883bf197..1a3d79a79 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -2,5 +2,12 @@ name: "CodeQL config" queries: - name: Run custom queries uses: ./queries + # Run all extra query suites, both because we want to + # and because it'll act as extra testing. This is why + # we include both even though one is a superset of the + # other, because we're testing the parsing logic and + # that the suites exist in the codeql bundle. + - uses: security-extended + - uses: security-and-quality paths-ignore: - tests \ No newline at end of file