Skip to content

Commit

Permalink
rekor/1.3.7 package update (#34928)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Hunter Harris <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 49b9c0b commit c17a007
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions rekor.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: rekor
version: 1.3.6
epoch: 9
version: 1.3.7
epoch: 0
description: Software Supply Chain Transparency Log
copyright:
- license: Apache-2.0
Expand All @@ -20,11 +20,7 @@ pipeline:
with:
repository: https://github.com/sigstore/rekor
tag: v${{package.version}}
expected-commit: a6788566cd62facb0fb0450e9d2c2867f551e37c

- uses: go/bump
with:
deps: golang.org/x/[email protected] github.com/Azure/azure-sdk-for-go/sdk/[email protected] github.com/hashicorp/[email protected] github.com/rs/[email protected]
expected-commit: 4caadbc05cd0e7d8ba85ec431f4abb38ee27c599

subpackages:
- name: ${{package.name}}-server
Expand All @@ -47,13 +43,13 @@ subpackages:
ldflags: -w
- uses: strip

- name: ${{package.name}}-backfill-redis
- name: ${{package.name}}-backfill-index
pipeline:
- uses: go/build
with:
modroot: .
packages: ./cmd/backfill-redis
output: backfill-redis
packages: ./cmd/backfill-index
output: backfill-index
ldflags: -w
- uses: strip

Expand Down

0 comments on commit c17a007

Please sign in to comment.