From 78094693ed9a0a8aae66c7ba1589c8dc78a68fdc Mon Sep 17 00:00:00 2001 From: nicolas guibourge Date: Mon, 4 Dec 2023 14:52:02 -0800 Subject: [PATCH] CodeQL Mariner toolkit (#6885) (#6902) Co-authored-by: CBL-Mariner Servicing Account --- .pipelines/CodeQL/CodeQL.yml | 16 ++++++++++++++++ CodeQL.yml | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .pipelines/CodeQL/CodeQL.yml create mode 100644 CodeQL.yml diff --git a/.pipelines/CodeQL/CodeQL.yml b/.pipelines/CodeQL/CodeQL.yml new file mode 100644 index 00000000000..51e3ce3054d --- /dev/null +++ b/.pipelines/CodeQL/CodeQL.yml @@ -0,0 +1,16 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. + +name: CodeQL CBL-Mariner repository + +resources: + repositories: + - repository: CBL-Mariner-Pipelines + type: git + name: mariner/CBL-Mariner-Pipelines + ref: 'refs/heads/master' + +stages: + - stage: CodeQlAnalysis + jobs: + - template: SDL/CodeQL-CBL-Mariner.yml@CBL-Mariner-Pipelines diff --git a/CodeQL.yml b/CodeQL.yml new file mode 100644 index 00000000000..91ea77f2672 --- /dev/null +++ b/CodeQL.yml @@ -0,0 +1,2 @@ +variables: + Codeql.Enabled: false \ No newline at end of file