Changelog for poutine
v0.16.1 π
New Features π
- Additional Untrusted Execution Commands: Introduced new code execution commands for untrusted checkout, broadening the supported rules. (#248)
Improvements π§
- Enhanced Untrusted Command List: Sorted the untrusted command list and added support for OpenTofu and Maven. (#254)
- Default Git Branch for Local Analysis: Set a default Git branch for
analyze_local
to improve reliability. (#266)
Dependency Updates β¬οΈ
GitHub Actions
- Updated
actions/dependency-review-action
fromv4.4.0
tov4.5.0
. (#238) - Updated
sigstore/cosign-installer
fromv3.6.0
tov3.7.0
. (#237) - Updated
step-security/harden-runner
fromv2.10.1
tov2.10.4
. (#236, #259) - Updated
github/codeql-action
fromv3.27.0
tov3.28.8
. (#235, #250, #256) - Updated
actions/setup-go
fromv5.0.2
tov5.3.0
. (#234, #257) - Updated
actions/upload-artifact
fromv4.4.3
tov4.6.0
. (#251, #258)
Go Libraries
- Updated
github.com/schollz/progressbar/v3
fromv3.17.0
tov3.17.1
. (#243) - Updated
golang.org/x/oauth2
fromv0.23.0
tov0.24.0
. (#241) - Updated
github.com/xanzy/go-gitlab
fromv0.112.0
tov0.114.0
and switched to its new import path. (#239, #246) - Updated
github.com/stretchr/testify
fromv1.9.0
tov1.10.0
. (#240) - Updated
golang.org/x/sync
fromv0.8.0
tov0.10.0
. (#244) - Updated
github.com/open-policy-agent/opa
tov1.0.0
with migration support. (#265)
Other Changes β¨
- Linter Integration: Added a new linter to help maintain code quality. (#264)
Full Changelog π
For a detailed diff, see the full changelog.