Skip to content
Snippets Groups Projects
  • Liz Rice's avatar
    06303f6a
    Add warn reason (#547) · 06303f6a
    Liz Rice authored
    
    * Update check.go
    
    Added new warn_reason value which gives a brief explanation about why the not scored tests failed
    
    * Update common.go
    
    Changed when a not scored test fails because it has a wrong syntax audit command or just running something that can't be run the print the failure. but if the test just fails because it doesn't line up with the cis hardening recommendations then print the remediation text.
    
    * Update check/check.go
    
    fix typo
    
    Co-Authored-By: default avatarLiz Rice <liz@lizrice.com>
    
    * Update check.go
    
    * Update common.go
    
    * Update check.go
    
    added back os.Exit(1) to  exitWithError
    
    * Update job-master.data
    
    Change some tests output to fit warn reason. (No change to the summary)
    
    * Update job-node.data
    
    Changed some tests output to fit warn reason. (No change to the summary)
    
    * Update job.data
    
    Change some tests output to fit warn reason. (No change to the summary)
    
    * Update common.go
    
    Keep to old way to print manual test output
    
    Co-authored-by: default avatarLiz Rice <liz@lizrice.com>
    Co-authored-by: default avatarRoberto Rojas <robertojrojas@gmail.com>
    06303f6a
    History
    Add warn reason (#547)
    Liz Rice authored
    
    * Update check.go
    
    Added new warn_reason value which gives a brief explanation about why the not scored tests failed
    
    * Update common.go
    
    Changed when a not scored test fails because it has a wrong syntax audit command or just running something that can't be run the print the failure. but if the test just fails because it doesn't line up with the cis hardening recommendations then print the remediation text.
    
    * Update check/check.go
    
    fix typo
    
    Co-Authored-By: default avatarLiz Rice <liz@lizrice.com>
    
    * Update check.go
    
    * Update common.go
    
    * Update check.go
    
    added back os.Exit(1) to  exitWithError
    
    * Update job-master.data
    
    Change some tests output to fit warn reason. (No change to the summary)
    
    * Update job-node.data
    
    Changed some tests output to fit warn reason. (No change to the summary)
    
    * Update job.data
    
    Change some tests output to fit warn reason. (No change to the summary)
    
    * Update common.go
    
    Keep to old way to print manual test output
    
    Co-authored-by: default avatarLiz Rice <liz@lizrice.com>
    Co-authored-by: default avatarRoberto Rojas <robertojrojas@gmail.com>