sailpoint-oss / sailpoint-cli

The SailPoint Command Line Interface (CLI) makes it easy to interact with SailPoint's SaaS Platform in a programmatic way. Many functions that use to be accomplished through tools like Postman or from custom scripts can now be done directly on the command line with minimal setup.
https://developer.sailpoint.com/discuss
MIT License
25 stars 19 forks source link

[Bug] Your Bug Report Here #162

Open kravenoff42 opened 2 months ago

kravenoff42 commented 2 months ago

Describe the bug When using the 'sail rule download' command the cloud rules have all the single-quotes (') converted to "'" which in turn breaks the rule validator's linting causing a huge huge of false negatives in the report

To Reproduce Steps to reproduce the behavior:

  1. setup a connection to https://thermofisher.identitynow.com/
  2. run "sail env use thermofisher"
  3. run "sail rule download"
  4. open "Rule - BeforeProvisioning - TFS Custom SSAD BeforeProvisioning Rule.xml"

Expected behavior The rules should be downloaded unchanged

Actual behavior All the single quote have been replaced with "'"

Operating System (please complete the following information):

Additional context This is interfering with a required process that is being bootstrapped regarding our Platinum Customers