AppConfig, null check in password
Added
- New option to use AppConfig to supply environment variable values
- Get the release tag from GitHub for use in the Sentry release string
Changed
- Use org-level variable and GitHub variable to build the Docker image name
Security
- Added password validation to reject a password containing a null byte. IDP-125