Skip to content

Releases: auths-dev/verify

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 10 Jun 22:33

Auths Verify GitHub Action

Verify commit signatures and artifact attestations in CI.

Usage

- uses: auths-dev/verify@v1

See the README for full configuration options.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 01:07

Auths Verify GitHub Action

Verify commit signatures and artifact attestations in CI.

Usage

- uses: auths-dev/verify@v1

See the README for full configuration options.

What's Changed

  • Bump pinned auths-version to 0.1.1 + refresh CI bundle by @bordumb in #15

Full Changelog: v1.4.0...v1.4.1

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 19:59
3dbdd6d

Auths Verify GitHub Action

Verify commit signatures and artifact attestations in CI.

Usage

- uses: auths-dev/verify@v1

See the README for full configuration options.

What's Changed

  • Stream F: verify Action go-to-market hardening by @bordumb in #14

Full Changelog: v1.0.2...v1.4.0

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 15 Apr 22:20

Auths Verify GitHub Action

Verify commit signatures and artifact attestations in CI.

Usage

- uses: auths-dev/verify@v1

See the README for full configuration options.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Apr 21:40
v1.0.1
7107afd

Auths Verify GitHub Action

Verify commit signatures and artifact attestations in your CI pipeline using Auths identity keys.

Usage

- uses: auths-dev/verify@v1
  with:
    token: '.auths/allowed_signers'

New: Artifact verification

- uses: auths-dev/verify@v1
  with:
    token: $\{{ secrets.AUTHS_CI_TOKEN }}
    files: 'dist/*.tar.gz'

See the README for full configuration options.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 21:10
v1.0.0
562d0ef

Auths Verify GitHub Action

Verify commit signatures and artifact attestations in your CI pipeline using Auths identity keys.

Usage

- uses: auths-dev/verify@v1
  with:
    token: '.auths/allowed_signers'

New: Artifact verification

- uses: auths-dev/verify@v1
  with:
    token: $\{{ secrets.AUTHS_CI_TOKEN }}
    files: 'dist/*.tar.gz'

See the README for full configuration options.

What's Changed

  • feat: add cross-run binary caching to speed up repeated workflow runs by @bordumb in #1
  • feat: add ci dogfooding by @bordumb in #2
  • feat: add artifact verification inputs/outputs by @bordumb in #7
  • build: release scripts by @bordumb in #9
  • build: uncomment ci by @bordumb in #10
  • refactor: rename to /verify by @bordumb in #11
  • refactor: replace old 3-secret ci-setup with single AUTHS_CI_TOKEN across workflows, docs, justfiles, and templates by @bordumb in #12
  • Dev action consistency by @bordumb in #13

New Contributors

Full Changelog: https://github.com/auths-dev/verify/commits/v1.0.0