Merge pull request #12283 from Security-Onion-Solutions/reyesj2-patch-6

Remove remediate from initial oscap scan
This commit is contained in:
Jorge Reyes
2024-01-30 15:56:13 -05:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ update_stig_profile:
run_initial_scan: run_initial_scan:
module.run: module.run:
- name: openscap.xccdf - name: openscap.xccdf
- params: 'eval --remediate --profile {{ OSCAP_PROFILE_NAME }} --results {{ OSCAP_OUTPUT_DIR }}/pre-oscap-results.xml --report {{ OSCAP_OUTPUT_DIR }}/pre-oscap-report.html {{ OSCAP_PROFILE_LOCATION }}' - params: 'eval --profile {{ OSCAP_PROFILE_NAME }} --results {{ OSCAP_OUTPUT_DIR }}/pre-oscap-results.xml --report {{ OSCAP_OUTPUT_DIR }}/pre-oscap-report.html {{ OSCAP_PROFILE_LOCATION }}'
{% endif %} {% endif %}
run_remediate: run_remediate: