-
Notifications
You must be signed in to change notification settings - Fork 440
Temporarily disable windows defender updates #550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporarily disable windows defender updates #550
Conversation
/assign @codenrhoden @CecileRobertMichon |
looks like it still failed with
|
That's got me confused... The try/catch should handle that error and move on. Looking into it |
a7c212f
to
a11663e
Compare
I need to look into the try catch issue which might be related to: PowerShell/PowerShell#4613 Disabling this temporarily to unblock other PRs while I connect with the defender team on the errors. |
a11663e
to
20db9b9
Compare
okay, if this passes let's merge it in to unblock others. Though let's also edit the PR description to remove the Thanks for investigating James! |
lgtm |
@codenrhoden updated to |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon, jsturtevant The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Make windows defender best effort during build. Defender is running on the host so the updates will be run periodically once the machine is running.
Which issue(s) this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Mitigates #549
Additional context
Add any other context for the reviewers
I am going to connect with the Windows defender team to figure out why it might be failing occasionally and will follow up.