CodeQL Mariner toolkit (#6885)

Co-authored-by: CBL-Mariner Servicing Account <cblmargh@microsoft.com>
This commit is contained in:
nicolas guibourge 2023-12-04 14:17:03 -08:00 committed by GitHub
parent 71e534e1cf
commit 59331eb12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -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

2
CodeQL.yml Normal file
View File

@ -0,0 +1,2 @@
variables:
Codeql.Enabled: false