Skip to content

Commit

Permalink
github actions pipeline working
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Jul 8, 2024
1 parent 18b5967 commit 706a3f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Move Certificates and Input file
shell: bash
run: |
printf "%s" "${{ env.CA_FILE_BASE64_AA }}" > CA_FILE
printf "%s" "${{ env.CA_FILE_BASE64_AB }}" >> CA_FILE
echo "${{ env.CA_FILE_BASE64_AA }}" > CA_FILE
echo "${{ env.CA_FILE_BASE64_AB }}" >> CA_FILE
base64 --decode CA_FILE > certificates/dod_CAs.pem
printf "%s" "${{ env.CERTIFICATE_KEY_FILE }}" > certificates/mongodb.pem
printf "%s" "${{ env.INSPEC_INPUTS }}" > spec/mongo-inspec-profile/inputs.yml
echo "${{ env.CERTIFICATE_KEY_FILE }}" > certificates/mongodb.pem
echo "${{ env.INSPEC_INPUTS }}" > spec/mongo-inspec-profile/inputs.yml
- name: Run Packer Hardening
run: |
Expand Down
2 changes: 1 addition & 1 deletion spec/ansible/mongo-stig-hardening-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- role: mitre.yedit
- role: mongoSTIG
vars:
fips_mode: false
fips_mode: true
enterprise_edition: true
serial: 50
user: 0
Expand Down

0 comments on commit 706a3f4

Please sign in to comment.