How do I whitelist SecTeer's PowerShell scripts?

How do I whitelist SecTeer's PowerShell scripts?

The VulnDetect TSPM packages are all PowerShell scripts. 
These scripts are all signed, and we recommend whitelisting/allowing all scripts that are signed by SecTeer VulnDetect.
SecTeer recommend using the built-in AllSigned security policy, as this improves your general security posture, if it is compatible with your other applications and management tools that use PowerShell.
If your 3rd party security solution doesn’t support whitelisting based on digitally signatures, you may be able to whitelist certain locations:
  1. C:\Programs Files (x86)\SecTeer VulnDetect\
  2. C:\ProgramData\SecTeer VulnDetect\
  3. C:\Users\\AppData\Local\SecTeer VulnDetect\
    The user path is based on Env:\LOCALAPPDATA, so it may differ from system to system though this is rare.

Notes
Note that scripts running in Program Files and ProgramData all run as SYSTEM.
Scripts running in the user’s folder always run with the users’ privileges, as reported by the operating system.
Most tasks are launched via the Windows Task Scheduler; however, some may be initiated directly via the agent.