veracodecli 1.0.16 → 1.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/bin/veracodecli +1 -0
- data/veracodecli.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05193c85deee4acbf04548c771f98100f086de8a
|
|
4
|
+
data.tar.gz: 3e0048698e372d44435b125e704bfc24f0e2fa03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfa8e2dbc72d36d4c964e6bef403dd7eb1f4012cd3f709eebc9cf8bd61ffeb35f08a0401857a3b5fd90d95997202cc24ba2959cd6bce3cc78f47db8689bc83a4
|
|
7
|
+
data.tar.gz: 8f7b2a8f70c5ec0bbd8f8285301f0b3752be52aa5184f919a1aed1dce14eed56863f2963d589502b9602522236e59a9fdc301bcf660063aacae8c2de174981dd
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.17
|
data/bin/veracodecli
CHANGED
|
@@ -72,6 +72,7 @@ Commander.configure do
|
|
|
72
72
|
command :get_pdf_report do |c|
|
|
73
73
|
c.syntax = 'veracodecli get_pdf_report --app_name [app_name] --option [option]'
|
|
74
74
|
c.option '--slack_upload STRING', String, 'Upload report to slack?'
|
|
75
|
+
c.option '--app_name STRING', String, 'Application Name'
|
|
75
76
|
c.description = 'Downloads the final scan report in pdf format.'
|
|
76
77
|
c.action do |args, options|
|
|
77
78
|
abort 'Missing parameter --app_name' unless options.app_name
|
data/veracodecli.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: veracodecli 1.0.
|
|
5
|
+
# stub: veracodecli 1.0.17 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "veracodecli"
|
|
9
|
-
s.version = "1.0.
|
|
9
|
+
s.version = "1.0.17"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|