Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Jul 8, 2024
1 parent e15e6e2 commit 18b5967
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ jobs:
- name: Move Certificates and Input file
shell: bash
run: |
set +x
echo "${{ env.CA_FILE_BASE64_AA }}" > CA_FILE
echo "${{ env.CA_FILE_BASE64_AB }}" >> CA_FILE
printf "%s" "${{ env.CA_FILE_BASE64_AA }}" > CA_FILE
printf "%s" "${{ env.CA_FILE_BASE64_AB }}" >> CA_FILE
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
printf "%s" "${{ env.CERTIFICATE_KEY_FILE }}" > certificates/mongodb.pem
printf "%s" "${{ env.INSPEC_INPUTS }}" > spec/mongo-inspec-profile/inputs.yml
- name: Run Packer Hardening
run: |
Expand Down

0 comments on commit 18b5967

Please sign in to comment.