Skip to content

Commit 45462a1

Browse files
kuqin12apop5
authored andcommitted
.pytool/CISettings: Disable CodeQL Audit Mode.
Removed code which set STUART_CODEQL_AUDIT_ONLY.
1 parent 766364c commit 45462a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.pytool/CISettings.py

-4
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ def GetActiveScopes(self):
146146
scopes += codeql_helpers.get_scopes(self.codeql)
147147

148148
if self.codeql:
149-
shell_environment.GetBuildVars().SetValue(
150-
"STUART_CODEQL_AUDIT_ONLY",
151-
"TRUE",
152-
"Set in CISettings.py")
153149
codeql_filter_files = [str(n) for n in glob.glob(
154150
os.path.join(self.GetWorkspaceRoot(),
155151
'**/CodeQlFilters.yml'),

0 commit comments

Comments
 (0)