Skip to content

Commit 7809469

Browse files
CodeQL Mariner toolkit (#6885) (#6902)
Co-authored-by: CBL-Mariner Servicing Account <cblmargh@microsoft.com>
1 parent 3567488 commit 7809469

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.pipelines/CodeQL/CodeQL.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
variables:
2+
Codeql.Enabled: false

0 commit comments

Comments
 (0)