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

Commit f850da4

Browse files
authored
Update Containerfile
1 parent 3fe4773 commit f850da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dnf swap -y firefox chromium && \
3232
dnf install firewalld -y && \
3333
# SCAP
3434
dnf install openscap openscap-scanner scap-security-guide -y && \
35-
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 && \
35+
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 && \
3636
bash /scap.sh ; \
3737
rm -vf /scap.sh && \
3838
# Count Me

0 commit comments

Comments
 (0)