Skip to content

Commit

Permalink
bump sigstore-conformance from 0.0.13 to 0.0.14 (#1335)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer authored Dec 17, 2024
1 parent 17e8bec commit d7b528e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 190 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-tables-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sigstore/conformance': minor
---

Remove `sign` and `verify` commands from conformance CLI
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm ci
- name: Build sigstore-js
run: npm run build
- uses: sigstore/sigstore-conformance@6bd1c54e236c9517da56f7344ad16cc00439fe19 # v0.0.13
- uses: sigstore/sigstore-conformance@b0635d4101f11dbd18a50936568a1f7f55b17760 # v0.0.14
with:
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run

Expand All @@ -45,7 +45,7 @@ jobs:
run: npm ci
- name: Build sigstore-js
run: npm run build
- uses: sigstore/sigstore-conformance@6bd1c54e236c9517da56f7344ad16cc00439fe19 # v0.0.13
- uses: sigstore/sigstore-conformance@b0635d4101f11dbd18a50936568a1f7f55b17760 # v0.0.14
with:
entrypoint: ${{ github.workspace }}/packages/conformance/bin/run
environment: staging
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"dependencies": {
"@oclif/core": "^4",
"@sigstore/bundle": "^3.0.0",
"@sigstore/core": "^2.0.0",
"@sigstore/protobuf-specs": "^0.3.2",
"@sigstore/tuf": "^3.0.0",
"@sigstore/verify": "^2.0.0",
Expand Down
75 changes: 0 additions & 75 deletions packages/conformance/src/commands/sign.ts

This file was deleted.

110 changes: 0 additions & 110 deletions packages/conformance/src/commands/verify.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/conformance/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"references": [
{ "path": "../bundle" },
{ "path": "../client" },
{ "path": "../core" },
{ "path": "../tuf" },
{ "path": "../verify" }
]
Expand Down

0 comments on commit d7b528e

Please sign in to comment.