SecuryString Variable Usage - Analyze file

Hi @Erick_Richeter,

This error happens when you are fetching secure creds outside of the immediate scope.

Per secure string related workflow analyzer rules,

  1. secure string variable should be defined and used within immediate scope
  2. should never be used as argument
  3. should never be converted to plain string

Hope this helps.

Regards
Sonali