From 0312a1a3d5ed78da8a459a1a172438bcbb9f12da Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Fri, 16 Aug 2024 14:48:15 -0500 Subject: [PATCH] test --- .github/workflows/ci.yml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6e18cbf..d77b4872 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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