Skip to content

rjosephwright/saytshen-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saytshen

A tool for running security compliance scans.

Build Status

USAGE:
    saytshen scan [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -s, --spec <spec>    Specification for scan

Run saytshen with an audit specification as input, and it will write a CSV report to results.csv from the directory where it was run.

saytshen will exit with 0 if all audit steps passed compliance, or it will exit with 1 if any steps failed. Any other unexpected errors will result in an exit code of 255.

> saytshen scan -s centos-7-audit.yml
> echo $?
0

Audit specifications in YAML format can be found in the examples directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages