Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 16, 2024
1 parent a4ee2af commit 0312a1a
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,24 +140,24 @@ jobs:
--output ./tests/fixtures/public.akv.key.cbor \
--azure-keyvault
# - name: Issue Statement
# id: akv_sign
# uses: ./
# with:
# azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
# azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
# azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
# azure-kid: ${{ secrets.AZURE_KEY_ID }}
# transmute: |
# scitt issue-statement \
# ./tests/fixtures/message.json \
# --alg ES256 \
# --iss https://software.vendor.example \
# --sub https://software.vendor.example/product/123 \
# --content-type application/spdx+json \
# --location https://software.vendor.example/storage/456 \
# --output ./tests/fixtures/message.json.akv.cbor \
# --azure-keyvault
- name: Issue Statement
id: akv_sign
uses: ./
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
azure-client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
azure-kid: ${{ secrets.AZURE_KEY_ID }}
transmute: |
scitt issue-statement \
./tests/fixtures/message.json \
--alg ES256 \
--iss https://software.vendor.example \
--sub https://software.vendor.example/product/123 \
--content-type application/spdx+json \
--location https://software.vendor.example/storage/456 \
--output ./tests/fixtures/message.json.akv.cbor \
--azure-keyvault
# - name: Issue Receipt
# id: akv_receipt
Expand Down

0 comments on commit 0312a1a

Please sign in to comment.