I have an Azure DevOps pipeline that runs trivy to analyze my terraform configuration files.
The pipeline uses a service connection to my Azure tenant and a Microsoft managed Ubuntu worker.
Since a few days I’m getting this error:
Microsoft Internet Explorer Enhanced Security Configuration is currently enabled on your environment. This enhanced level of security prevents our web integration experiences from displaying or performing correctly.
Why am I getting this error on an Ubuntu VM?
The only advice I found, was to disable IE ESC on the affected machine which is obviously not possible here.
Many thanks in advance for any help.