Skip to content

Commit

Permalink
Rename oscap-bootc to oscap-im
Browse files Browse the repository at this point in the history
This change has been trigerred by:
OpenSCAP/openscap#2191
  • Loading branch information
jan-cerny committed Jan 7, 2025
1 parent 93e881f commit e054460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardening/container/anaconda-ostree/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
RUN dnf -y copr enable {copr} centos-stream-{versions.rhel.major}-x86_64
RUN dnf -y install openscap-utils
COPY remediation-ds.xml /root/.
RUN oscap-bootc --profile '{profile}' \
RUN oscap-im --profile '{profile}' \
--results-arf /root/remediation-arf.xml /root/remediation-ds.xml
# hack sshd cmdline to allow root login
RUN echo "OPTIONS=-oPermitRootLogin=yes" >> /etc/sysconfig/sshd
Expand Down
2 changes: 1 addition & 1 deletion hardening/container/bootc-image-builder/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
RUN dnf -y copr enable {copr} centos-stream-{versions.rhel.major}-x86_64
RUN dnf -y install openscap-utils
COPY remediation-ds.xml /root/.
RUN oscap-bootc --profile '{profile}' \
RUN oscap-im --profile '{profile}' \
--results-arf /root/remediation-arf.xml /root/remediation-ds.xml
# hack sshd cmdline to allow root login
RUN echo "OPTIONS=-oPermitRootLogin=yes" >> /etc/sysconfig/sshd
Expand Down

0 comments on commit e054460

Please sign in to comment.