blob: e3cac3a2e57c8cb1dba4924e9280f8f6137d28f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## @file CodeQlAnalyze_plug_in.py
#
# Build plugin used to analyze CodeQL results.
#
# Copyright (c) Microsoft Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
"scope": "codeql-analyze",
"name": "CodeQL Analyze Plugin",
"module": "CodeQlAnalyzePlugin"
}
|