From 8a8bdc8fbe023696d1947a9e12759632b8835eaa Mon Sep 17 00:00:00 2001 From: seanlongcc Date: Thu, 19 Sep 2024 15:16:03 -0400 Subject: [PATCH] update pipeline --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc85332..0edb613 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,10 +49,6 @@ jobs: packer init mongo-hardening.pkr.hcl packer build mongo-hardening.pkr.hcl - - name: Run Packer Validation - run: | - packer build -var 'report={"report_to_heimdall":"${{ env.REPORT_TO_HEIMDALL }}","heimdall_url":"${{ env.HEIMDALL_URL }}","heimdall_api_key":"${{ env.HEIMDALL_API_KEY }}"}' -var 'attestation={"report_dir":"${{ env.REPORT_DIR }}","inspec_report_filename":"${{ env.INSPEC_REPORT_FILENAME }}","attestation_filename":"attestation.json","attested_inspec_filename":"${{ env.ATTESTED_INSPEC_FILE_NAME }}"}' mongo-validate.pkr.hcl - - name: Run Packer Validation run: | packer build \