Skip to content

Commit

Permalink
Check workflow once again pt 6
Browse files Browse the repository at this point in the history
Signed-off-by: Sujay Kandwal <[email protected]>
  • Loading branch information
skandwal-mitre committed Sep 26, 2024
1 parent 9c50db1 commit 41a5710
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
run: |
"[IO.File]::WriteAllBytes(cert.pfx,(${{secrets.SAF_M365_CERTIFICATE}} | ConvertFrom-Json | %{[byte]$_}))"
- name: Validate certificate contents
shell: bash
run: |
ls -la cert.pfx
openssl pkcs12 -info -in cert.pfx -passin pass: -passout pass:
- name: Run Inspec test
continue-on-error: true
run: |
Expand Down

0 comments on commit 41a5710

Please sign in to comment.