Skip to content

Commit

Permalink
update attestation var
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Jul 11, 2024
1 parent c16ba68 commit 615c4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
base64 --decode CA_FILE > certificates/dod_CAs.pem
echo "${{ env.CERTIFICATE_KEY_FILE }}" > certificates/mongodb.pem
echo "${{ env.INSPEC_INPUTS }}" > spec/mongo-inspec-profile/inputs.yml
echo "${{ env.ATTESTATION_FILE }}" > reports/attestation.json
echo "${{ vars.ATTESTATION_FILE }}" > reports/attestation.json
ls reports
cat reports/attestation.json
Expand Down

0 comments on commit 615c4cb

Please sign in to comment.