UNCLASSIFIED

Skip to content
Snippets Groups Projects

added initial firewall check script in python

Closed Frederick Ulrich requested to merge frederick.r.ulrich/saltstack:master into master
Compare and Show latest version
76 files
+ 309
266
Preferences
Compare changes
Files
76
+ 2
2
@@ -13,6 +13,6 @@ import logging
import util
def run(xml_out):
findings = 'Unimplemented Rule'
return findings
f = util.Finding(util.UNIMPLEMENTED, 'Have not started yet')
return f