Open benburkert opened 2 months ago
I run a search each morning, to retry PRs with the label https://github.com/microsoft/winget-pkgs/labels/Validation-Defender-Error. My automation is supposed to retry these every 18 hours, but doesn't always catch all of them.
This might be considered as a feature request for better retry automation on Defender errors.
Please confirm these before moving forward
Category of the issue
Other
Brief description of your issue
The last two release CI runs for the Anchor.cli package failed due to "Validation-Defender-Error". I have been able to install manually by running
winget install --manifest .
and ran a windows defender scan on the directory containing the binary, but there was no issue detected.It looks like most other (possible all) open PRs with the "Validation Defender Error" label are also Go programs build with a recent release of Go. Could this security scanner be triggering all Go binaries?
https://github.com/microsoft/winget-pkgs/pulls?q=is%3Apr+label%3AValidation-Defender-Error+is%3Aopen
Steps to reproduce
See #177862 and #175317.
Actual behavior
"Installer failed security check"
Expected behavior
a successful install.
Environment
Screenshots and Logs
No response