diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-12 13:57:04 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-12 13:57:04 -0600 |
| commit | 4583922a70fbf04e08be23414016344078e282f8 (patch) | |
| tree | 9fcd5160f5184166f57c9289b2d85c8ce495c647 /spec/integration/cli | |
| parent | 9db62f4d966a1db86c3cf4982f13b85d43b0391a (diff) | |
Fix broken spec
Diffstat (limited to 'spec/integration/cli')
| -rw-r--r-- | spec/integration/cli/scan_spec.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/integration/cli/scan_spec.rb b/spec/integration/cli/scan_spec.rb index 7609e18..00a04cb 100644 --- a/spec/integration/cli/scan_spec.rb +++ b/spec/integration/cli/scan_spec.rb @@ -10,6 +10,9 @@ RSpec.describe '`spandx scan` command', type: :cli do Options: -h, [--help], [--no-help] # Display usage information -r, [--recursive], [--no-recursive] # Perform recursive scan + -a, [--airgap], [--no-airgap] # Disable network connections + -l, [--logfile=LOGFILE] # Path to a logfile + # Default: /dev/null Scan a lockfile and list dependencies/licenses OUT |
