Mike Walker in consulting has asked for the following rules to be added to help with OpenShift V3 Assessments. esauer@redhat.com can be helpful in validating these rules.
Maven for Builds (look for pom.xml under the root of the WAR / JAR / EAR's META-INF)
======================================================
Is the application using Maven?
System Environment Variables in Use
======================================================
What System.getEnv are they using?
File References / Reads / Writes that Need Directories Mapped
======================================================
new File(String)
new FileInputStream(String)
new FileOutputStream(String)
new FileOutputStream(String, boolean)
// Maybe Commons IOUtils as well?