We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3567488 commit 7809469Copy full SHA for 7809469
2 files changed
.pipelines/CodeQL/CodeQL.yml
@@ -0,0 +1,16 @@
1
+# Copyright (c) Microsoft Corporation.
2
+# Licensed under the MIT License.
3
+
4
+name: CodeQL CBL-Mariner repository
5
6
+resources:
7
+ repositories:
8
+ - repository: CBL-Mariner-Pipelines
9
+ type: git
10
+ name: mariner/CBL-Mariner-Pipelines
11
+ ref: 'refs/heads/master'
12
13
+stages:
14
+ - stage: CodeQlAnalysis
15
+ jobs:
16
+ - template: SDL/CodeQL-CBL-Mariner.yml@CBL-Mariner-Pipelines
CodeQL.yml
@@ -0,0 +1,2 @@
+variables:
+ Codeql.Enabled: false
0 commit comments