veracodecli 1.0.19 → 1.0.20
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/lib/veracodecli/api.rb +1 -1
- 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: a1fa83db1a8f56f33ac6dd5aa19abc792c7e6db7
|
|
4
|
+
data.tar.gz: b51d26698ba09ea091c40b949cda102035aa12ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 685bd78f28447f00f02dd3371241931e371677c58abfa5836bc6769cc9a196919c4ff046021ec41e3fc19a3f0e62b462b2e2d1c88616a7af33143997abba0ccd
|
|
7
|
+
data.tar.gz: 7edcf3f1af046631ee472e947d0357d0c7c3ddfbdef59ad5afb99a89567983154f76e5cbba66a5ca934cca838ba611e64d39904d491bd051eb2113a57e8f9319
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.20
|
data/lib/veracodecli/api.rb
CHANGED
|
@@ -122,7 +122,7 @@ module VeracodeApiMacros
|
|
|
122
122
|
app_id = create_app_profile(app_name, business_criticality, business_unit, team)
|
|
123
123
|
end
|
|
124
124
|
upload = upload_file app_id, archive_path
|
|
125
|
-
ResponseLogger.new('/tmp').log 'uploadfile.do',
|
|
125
|
+
ResponseLogger.new('/tmp').log 'uploadfile.do', '', upload
|
|
126
126
|
submit_prescan app_id
|
|
127
127
|
File.delete archive_path
|
|
128
128
|
end
|
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.20 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.20"
|
|
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"]
|