Skip to content

Commit

Permalink
Fix typo to reference skip-signing input (#93)
Browse files Browse the repository at this point in the history
Mark additional test as using signing

Signed-off-by: Zach Steindler <steiza@github.com>
  • Loading branch information
steiza authored Jul 31, 2023
1 parent 58a0c27 commit 887e209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ runs:
env:
GHA_SIGSTORE_CONFORMANCE_ENTRYPOINT: "${{ inputs.entrypoint }}"
GHA_SIGSTORE_CONFORMANCE_INTERNAL_BE_CAREFUL_DEBUG: "${{ inputs.internal-be-careful-debug }}"
GHA_SIGSTORE_CONFORMANCE_SKIP_SIGNING: "${{ inputs.skip_signing }}"
GHA_SIGSTORE_CONFORMANCE_SKIP_SIGNING: "${{ inputs.skip-signing }}"
GHA_SIGSTORE_GITHUB_TOKEN: "${{ github.token }}"
shell: bash
1 change: 1 addition & 0 deletions test/test_signature_verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_verify_mismatch(
client.verify(a_materials, a_artifact_path)


@pytest.mark.signing
def test_verify_sigcrt(
client: SigstoreClient, make_materials_by_type: _MakeMaterialsByType
) -> None:
Expand Down

0 comments on commit 887e209

Please sign in to comment.