Skip to content

Commit

Permalink
Updated bash completion.
Browse files Browse the repository at this point in the history
Just included updated 'info' and 'xccdf eval'.
  • Loading branch information
matejak committed Dec 1, 2017
1 parent 06efe7a commit c3d1413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/bash_completion.d/oscap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function _oscap {
opts[oscap:oval:analyse]="--variables --directives --verbose --verbose-log-file"
opts[oscap:oval:collect]="--variables --verbose --verbose-log-file"
opts[oscap:oval:generate:report]="-o --output"
opts[oscap:xccdf:eval]="--skip-valid --datastream-id --xccdf-id --profile --results --results-arf --report --oval-results --export-variables --fetch-remote-resources --remediate --cpe --verbose --verbose-log-file"
opts[oscap:xccdf:eval]="--benchmark-id --check-engine-results --cpe --datastream-id --export-variables --fetch-remote-resources --oval-results --profile --progress --remediate --report --results --results-arf --rule --sce-results --skip-valid --stig-viewer --tailoring-file --tailoring-id --thin-results --verbose --verbose-log-file --without-syschar --xccdf-id"
opts[oscap:xccdf:validate]="--schematron"
opts[oscap:xccdf:export-oval-variables]="--datastream-id --xccdf-id --profile --skip-valid --fetch-remote-resources --cpe"
opts[oscap:xccdf:remediate]="--result-id --skip-valid --fetch-remote-resources --results --results-arf --report --oval-results --export-variables --cpe"
Expand All @@ -48,7 +48,7 @@ function _oscap {
opts[oscap:ds:rds-split]="--report-id --skip-valid"
opts[oscap:cvss:score]=""
opts[oscap:cvss:describe]=""
opts[oscap:info]="--fetch-remote-resources"
opts[oscap:info]="--fetch-remote-resources --profile --profiles"

# local variables
local std cmd i prev
Expand Down

0 comments on commit c3d1413

Please sign in to comment.