open-policy-agent / conftest

Write tests against structured configuration data using the Open Policy Agent Rego query language
https://conftest.dev
Other
2.88k stars 307 forks source link

fix : missing space causing printing error on azuredevops #987

Closed naoufalzerai closed 3 months ago

naoufalzerai commented 3 months ago

Pull Request

Description:

I have identified a missing space that is causing a printing error on Azure DevOps. In the original file output\azuredevops.go, the message is ##vso[task.logissuetype=warning] without a space. My fix is to add a space, resulting in ##vso[task.logissue type=warning]. This should resolve the printing error on Azure DevOps.

github

Changes proposed in this pull request: