diff --git a/.pipelines/CodeQL/CodeQL.yml b/.pipelines/CodeQL/CodeQL.yml new file mode 100644 index 0000000000..51e3ce3054 --- /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 0000000000..91ea77f267 --- /dev/null +++ b/CodeQL.yml @@ -0,0 +1,2 @@ +variables: + Codeql.Enabled: false \ No newline at end of file