Skip to content

Release v1.0.4

Latest

Choose a tag to compare

@VarshaRagavendran VarshaRagavendran released this 27 Mar 15:13
· 3 commits to main since this release
1f56e4e

AWS Elastic Beanstalk Deploy Action v1.0.4

This release includes artifact attestations for supply chain security.

Security Features

  • ✅ SLSA Build Provenance attached to key artifacts
  • ✅ Artifact integrity verified with SHA256 checksums
  • ✅ Build environment attestation included

Verification Methods

Using GitHub CLI (Recommended):

gh attestation verify dist/index.js --repo aws-actions/aws-elasticbeanstalk-deploy
gh attestation verify action.yml --repo aws-actions/aws-elasticbeanstalk-deploy

Using SHA256 checksums:

# Download the files and verify against the .sha256 files
sha256sum -c dist/index.js.sha256
sha256sum -c action.yml.sha256

See the CHANGELOG for detailed changes in this release.

What's Changed

Full Changelog: v1.0.3...v1.0.4