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 e0a5315 commit f687b65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
echo ${{ env.CA_FILE_BASE64_AB }} >> CA_FILE
base64 --decode CA_FILE > certificates/dod_CAs.pem
echo ${{ env.CERTIFICATE_KEY_FILE }} > certificates/mongodb.pem
head -c 10 certificates/mongodb.pem
- name: Display first 100 characters of CERTIFICATE_KEY_FILE
run: |
head -c 100 certificates/mongodb.pem
# - name: Run Packer Hardening
# run: |
Expand Down

0 comments on commit f687b65

Please sign in to comment.