We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766364c commit 45462a1Copy full SHA for 45462a1
.pytool/CISettings.py
@@ -146,10 +146,6 @@ def GetActiveScopes(self):
146
scopes += codeql_helpers.get_scopes(self.codeql)
147
148
if self.codeql:
149
- shell_environment.GetBuildVars().SetValue(
150
- "STUART_CODEQL_AUDIT_ONLY",
151
- "TRUE",
152
- "Set in CISettings.py")
153
codeql_filter_files = [str(n) for n in glob.glob(
154
os.path.join(self.GetWorkspaceRoot(),
155
'**/CodeQlFilters.yml'),
0 commit comments