v3.3.0
- Add docker image with each new build and publish to dockerhub. Add the below environment variables to
Get-ServiceNowAuth
for use with docker image, but could be used outside of it as well.- SNOW_SERVER: the ServiceNow instance, eg. instance.service-now.com
- SNOW_TOKEN: pre-generated oauth token. Provide this or SNOW_USER/SNOW_PASS.
- SNOW_USER: username to connect to SNOW_SERVER
- SNOW_PASS: password for SNOW_USER