Skip to content

Commit

Permalink
Verify signed Linux packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed May 2, 2024
1 parent 43b9537 commit 04ba359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ runs:
for f in $(find $file_path -type f); do
echo $f
smctl sign -v --keypair-alias="${{ inputs.keylocker-keypair-alias }}" --config-file="/tmp/DigiCert One Signing Manager Tools/smtools-linux-x64/pkcs11properties.cfg" --fingerprint "${{ env.SM_CODE_SIGNING_CERT_SHA1_HASH }}" --input "$f"
smctl sign verify --input $f.FullName
done
if: runner.os == 'Linux' && inputs.keylocker-host
shell: bash
Expand Down

0 comments on commit 04ba359

Please sign in to comment.