Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Jul 3, 2024
1 parent 10efdb5 commit 1d20f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@ jobs:
base64 --decode CA_FILE > certificates/dod_CAs.pem
echo "$CERTIFICATE_KEY_FILE_BASE64" > CERTIFICATE_KEY_FILE
base64 --decode CERTIFICATE_KEY_FILE > certificates/mongodb.pem
pwd
tree
- name: Run Packer
run: |
packer init mongo-hardening.pkr.hcl
packer build mongo-hardening.pkr.hcl
packer build -var "report_to_heimdall=${{ env.REPORT_TO_HEIMDALL }}" -var "heimdall_url=${{ env.HEIMDALL_URL }}" -var "heimdall_api_key=${{ env.HEIMDALL_API_KEY }}" mongo-validate.pkr.hcl
packer build -var "report={"report_to_heimdall":${{ env.REPORT_TO_HEIMDALL }},"heimdall_url":${{ env.HEIMDALL_URL }},"heimdall_api_key":${{ env.HEIMDALL_API_KEY }}}" mongo-validate.pkr.hcl
- name: Save Scan Artifacts
uses: actions/upload-artifact@v4
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: true
fips_mode: false
enterprise_edition: true
serial: 50
user: 0
Expand Down

0 comments on commit 1d20f2a

Please sign in to comment.