mirror of https://github.com/acidanthera/audk.git
14 lines
311 B
YAML
14 lines
311 B
YAML
## @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"
|
|
}
|