Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
charles8191 authored Nov 29, 2024
1 parent 3fe4773 commit f850da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dnf swap -y firefox chromium && \
dnf install firewalld -y && \
# SCAP
dnf install openscap openscap-scanner scap-security-guide -y && \
oscap xccdf generate fix --profile xccdf_org.ssgproject.content_profile_anssi_bp28_minimal --fix-type bash /usr/share/xml/scap/ssg/content/ssg-al9-ds.xml > /scap.sh && \
oscap xccdf generate fix --profile xccdf_org.ssgproject.content_profile_anssi_bp28_minimal --fix-type bash /usr/share/xml/scap/ssg/content/ssg-almalinux9-ds.xml > /scap.sh && \
bash /scap.sh ; \
rm -vf /scap.sh && \
# Count Me
Expand Down

0 comments on commit f850da4

Please sign in to comment.