CodeQL Mariner toolkit (#6885)
Co-authored-by: CBL-Mariner Servicing Account <cblmargh@microsoft.com>
This commit is contained in:
parent
71e534e1cf
commit
59331eb12e
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
variables:
|
||||
Codeql.Enabled: false
|
Loading…
Reference in New Issue