blob: 25a35ad27a075c2cec7491bd8e73e84cc0c0b94a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## @file CodeQlBuild_plug_in.py
#
# Build plugin used to produce a CodeQL database from a build.
#
# Copyright (c) Microsoft Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
"scope": "codeql-build",
"name": "CodeQL Build Plugin",
"module": "CodeQlBuildPlugin"
}
|