output settings
introduction
These switches allow you to control the output of SSC, including layout and signing.
A number of switches simply set values that are output in reports.
switches
| output.absolute-path | Report the absolute local filesystem path of a file being analysed. Note the - in absolute-path is a minus, not a hyphen. |
| output.account xxx | the account used to run SSC is xxx (used in reports). |
| output.back F | If the nit template wants a back button for reports, F is the href. |
| output.description xxx | xxx is a description of SSC’s task (may be repeated) |
| output.format F | Specify the output format; F is html, stylesheet, test (intended for internal use only), text (default), xhtml, or a filename (see output templates). |
| output.home F | If the output template wants a back button, F is the href. |
| output.override F | Use this output format, not the one specified by nits.format. F is a template file (see output templates). This switch is intended to aid automation. |
| output.password F | If the private key is password protected, then file F contains the key’s password. Requires output.private. |
| output.private F | Sign SSC’s output’s using the signature in file F. Requires output.public. Keys must be RSA 256 keys in PEM format. |
| output.public F | File F contains the public key corresponding to that of output.private. Either sign or verify SSC’s output, according to output.sign or output.verify. Keys must be RSA 256 keys in PEM format. |
| output.relative-path | Report the relative web path of a file being analysed. Note the - in relative-path is a minus, not a hyphen. |
| output.sign | Sign output produced by SSC. Requires output.signature. Note that signing always causes verification. |
| output.signature F | Write the output signature to file F. Requires output.private. |
| output.stylesheet F | If the output template requires a stylesheet, use this one. |
| output.username xxx | SSC is being run by XXX. |
| output.verify | Verify signed output produced by SSC. Requires output.public. |
Before using signed output, check usage for requirements. Before using output templates, check output templates.