├── .gitignore ├── Makefile ├── README.md ├── Vagrantfile ├── check_refine_value.py ├── check_test_requirements.py ├── import-ssg.py ├── remediation.sh ├── run_tests.sh ├── ssg-rhel6-oval.xml ├── ubuntu-cpe-oval.xml ├── ubuntu-cpe.xml └── ubuntu-xccdf.xml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/Vagrantfile -------------------------------------------------------------------------------- /check_refine_value.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/check_refine_value.py -------------------------------------------------------------------------------- /check_test_requirements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/check_test_requirements.py -------------------------------------------------------------------------------- /import-ssg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/import-ssg.py -------------------------------------------------------------------------------- /remediation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/remediation.sh -------------------------------------------------------------------------------- /run_tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/run_tests.sh -------------------------------------------------------------------------------- /ssg-rhel6-oval.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/ssg-rhel6-oval.xml -------------------------------------------------------------------------------- /ubuntu-cpe-oval.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/ubuntu-cpe-oval.xml -------------------------------------------------------------------------------- /ubuntu-cpe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/ubuntu-cpe.xml -------------------------------------------------------------------------------- /ubuntu-xccdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GovReady/ubuntu-scap/HEAD/ubuntu-xccdf.xml --------------------------------------------------------------------------------