Releases: entrostat/git-secret-action
Releases · entrostat/git-secret-action
Platform Support
Type
- Feature
Completed
- Added support for ARM processors
git-secret-action v4
- This tag follows the latest version of the project
- Currently following https://github.com/entrostat/git-secret-action/tree/v4.1.0
Major Version Tag
Fixed the CI Tests
- Run the tests using the build Dockerfile NOT the prebuilt one
Prebuilt Docker Image & Action Typings
- Use a prebuilt docker image to improve speed and lock dependencies
- Added action typing, thanks @LeoColman & @krzema12 for the contribution! Commit SHA: 0447950
Full Changelog: v3.3.1...v4.0.1
Improved Build
- Fixed the
gnupg-keyboxddependency issue, thanks @cwhenderson20 for the contribution! - Locked the Alpine version in the Dockerfile
- Run the action on PRs to ensure it still builds and runs correctly
Build Using Source
- Build
git-secretusing source instead of installing from a package repository - Split the
Dockerfileinto 2 stages, later down the line we'll push the docker image to a registry and just use that directly
Force Reveal
- Force reveal all secrets so that we don't have the overwrite prompt killing the decryption
TTY Fix
- Export the
$(tty)environment variable for GPG
Debugging
- Added logging for whether or not there is a passphrase (not what it is, just if there is one)