diff --git a/rekor.yaml b/rekor.yaml index 5d08350cffc..d8fa9135184 100644 --- a/rekor.yaml +++ b/rekor.yaml @@ -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 @@ -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/net@v0.23.0 github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.6.0 github.com/hashicorp/go-retryablehttp@v0.7.7 github.com/rs/cors@v1.11.0 + expected-commit: 4caadbc05cd0e7d8ba85ec431f4abb38ee27c599 subpackages: - name: ${{package.name}}-server @@ -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