By submitting a PR to this repository, you agree to the terms within the Checkmarx Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
The integration tests covered successful and failed scenarios, verifying the system's behavior in both on-premises and cloud environments.
Testing a scenario where a scan is running.
Unit test to confirm that all required parameters have been passed.
Unit test to verify the correctness of the function that converts the repo name to the slug format.
Checklist
[ ] I have added documentation for new/changed functionality in this PR (if applicable).
[ ] I have updated the CLI help for new/changed functionality in this PR (if applicable).
[ ] All active GitHub checks for tests, formatting, and security are passing
By submitting a PR to this repository, you agree to the terms within the Checkmarx Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
Support PR decoration command for Bitbucket.
References
https://checkmarx.atlassian.net/browse/AST-70121
Testing
The integration tests covered successful and failed scenarios, verifying the system's behavior in both on-premises and cloud environments. Testing a scenario where a scan is running.
Unit test to confirm that all required parameters have been passed. Unit test to verify the correctness of the function that converts the repo name to the slug format.
Checklist