File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 contents :
3636 packages :
3737 - openscap
38+ - python-3.12
39+ - ca-certificates-bundle
3840 pipeline :
3941 - name : Verify gpos content is recognized by oscap
4042 runs : |
4143 oscap info /usr/share/xml/scap/ssg/content/ssg-chainguard-gpos-ds.xml
44+ - name : Verify that the trust anchor check passes
45+ runs : |
46+ if ! oscap xccdf eval --verbose WARNING --rule xccdf_._rule_V_263659 /usr/share/xml/scap/ssg/content/ssg-chainguard-gpos-ds.xml ; then
47+ # if we failed, then re-run more verbosely to help make diagnosing easier
48+ oscap xccdf eval --verbose INFO --rule xccdf_._rule_V_263659 /usr/share/xml/scap/ssg/content/ssg-chainguard-gpos-ds.xml
49+ fi
50+ - name : Verify that the remote service check passes, even with python-3.12 (telnetlib.py) installed
51+ runs : |
52+ if ! oscap xccdf eval --verbose WARNING --rule xccdf_._rule_V_203736 /usr/share/xml/scap/ssg/content/ssg-chainguard-gpos-ds.xml ; then
53+ # if we failed, then re-run more verbosely to help make diagnosing easier
54+ oscap xccdf eval --verbose INFO --rule xccdf_._rule_V_203736 /usr/share/xml/scap/ssg/content/ssg-chainguard-gpos-ds.xml
55+ fi
You can’t perform that action at this time.
0 commit comments