Skip to content

Commit

Permalink
add rekor-cli and rekor-server binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
  • Loading branch information
developer-guy committed Mar 5, 2023
1 parent a337f7d commit c6fbede
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ $(eval $(call build-package,poetry,1.3.2-r0))
$(eval $(call build-package,zot,1.4.3-r0))
$(eval $(call build-package,terraform,1.3.9-r0))
$(eval $(call build-package,prometheus-node-exporter,1.5.0-r1))
$(eval $(call build-package,rekor-cli,1.0.1-r0))
$(eval $(call build-package,rekor-server,1.0.1-r0))

.build-packages: ${PACKAGES}

Expand Down
21 changes: 21 additions & 0 deletions rekor-cli.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package:
name: rekor-cli
version: 1.0.1
epoch: 0
description: Rekor command line interface tool
target-architecture:
- all
copyright:
- license: Apache-2.0
paths:
- "*"

environment:
contents:
packages:
- git

pipeline:
- uses: go/install
with:
package: github.com/sigstore/rekor/cmd/rekor-cli@v${{package.version}}
21 changes: 21 additions & 0 deletions rekor-server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package:
name: rekor-server
version: 1.0.1
epoch: 0
description: Rekor signature transparency log server
target-architecture:
- all
copyright:
- license: Apache-2.0
paths:
- "*"

environment:
contents:
packages:
- git

pipeline:
- uses: go/install
with:
package: github.com/sigstore/rekor/cmd/rekor-server@v${{package.version}}

0 comments on commit c6fbede

Please sign in to comment.