We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Azure DevOps clone scan using CLI with --ado instead of --f=<...> is not yet implemented like it is for GitHub or GitLab.
--ado
--f=<...>
This doesn't allow one to use CxFlow in CI/CD to pull the code and submit it without the need of an extra task to clone the code locally.
Implement ADO clone scan similarly to what was done with GitHub and GitLab.
The text was updated successfully, but these errors were encountered:
Fixed in 1.7.02
Sorry, something went wrong.
jbrotsos
No branches or pull requests
Describe the problem
Azure DevOps clone scan using CLI with
--ado
instead of--f=<...>
is not yet implemented like it is for GitHub or GitLab.This doesn't allow one to use CxFlow in CI/CD to pull the code and submit it without the need of an extra task to clone the code locally.
Proposed solution
Implement ADO clone scan similarly to what was done with GitHub and GitLab.
The text was updated successfully, but these errors were encountered: