google-apis-ondemandscanning_v1beta1 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bde97b7ce023f7338c6bf63851771527bfea26c6abda7c22fa435bccf5986415
|
4
|
+
data.tar.gz: fcef6d57e802f32d3ffec855dbfd7164df203d89cd1d112ae09321fe131fe7c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5f016f671cdab4e8846499ef94db7d4ac41dcbffee98dbf105a2d2a792884ae06fd90e878e8fc27765a29a395111205b6e700dd4d7b5da97db9f5d8ce31e02f
|
7
|
+
data.tar.gz: 6772e85ab4df38b7cb993170cdb5652abf2452fc7004bf14b98520176942fa2ad6647e75edf7f3db8eb68a884140a3a19106679e286898037e819652b4a47c5f
|
data/CHANGELOG.md
CHANGED
@@ -777,6 +777,12 @@ module Google
|
|
777
777
|
# @return [Google::Apis::OndemandscanningV1beta1::Status]
|
778
778
|
attr_accessor :analysis_status_error
|
779
779
|
|
780
|
+
# Output only. The time occurrences related to this discovery occurrence were
|
781
|
+
# archived.
|
782
|
+
# Corresponds to the JSON property `archiveTime`
|
783
|
+
# @return [String]
|
784
|
+
attr_accessor :archive_time
|
785
|
+
|
780
786
|
# Whether the resource is continuously analyzed.
|
781
787
|
# Corresponds to the JSON property `continuousAnalysis`
|
782
788
|
# @return [String]
|
@@ -800,6 +806,7 @@ module Google
|
|
800
806
|
def update!(**args)
|
801
807
|
@analysis_status = args[:analysis_status] if args.key?(:analysis_status)
|
802
808
|
@analysis_status_error = args[:analysis_status_error] if args.key?(:analysis_status_error)
|
809
|
+
@archive_time = args[:archive_time] if args.key?(:archive_time)
|
803
810
|
@continuous_analysis = args[:continuous_analysis] if args.key?(:continuous_analysis)
|
804
811
|
@cpe = args[:cpe] if args.key?(:cpe)
|
805
812
|
@last_scan_time = args[:last_scan_time] if args.key?(:last_scan_time)
|
@@ -1139,12 +1146,12 @@ module Google
|
|
1139
1146
|
class InTotoStatement
|
1140
1147
|
include Google::Apis::Core::Hashable
|
1141
1148
|
|
1142
|
-
# Always
|
1149
|
+
# Always `https://in-toto.io/Statement/v0.1`.
|
1143
1150
|
# Corresponds to the JSON property `_type`
|
1144
1151
|
# @return [String]
|
1145
1152
|
attr_accessor :_type
|
1146
1153
|
|
1147
|
-
#
|
1154
|
+
# `https://slsa.dev/provenance/v0.1` for SlsaProvenance.
|
1148
1155
|
# Corresponds to the JSON property `predicateType`
|
1149
1156
|
# @return [String]
|
1150
1157
|
attr_accessor :predicate_type
|
@@ -1383,7 +1390,10 @@ module Google
|
|
1383
1390
|
end
|
1384
1391
|
end
|
1385
1392
|
|
1386
|
-
# Details about files that caused a compliance check to fail.
|
1393
|
+
# Details about files that caused a compliance check to fail. display_command is
|
1394
|
+
# a single command that can be used to display a list of non compliant files.
|
1395
|
+
# When there is no such command, we can also iterate a list of non compliant
|
1396
|
+
# file using 'path'.
|
1387
1397
|
class NonCompliantFile
|
1388
1398
|
include Google::Apis::Core::Hashable
|
1389
1399
|
|
@@ -1392,9 +1402,7 @@ module Google
|
|
1392
1402
|
# @return [String]
|
1393
1403
|
attr_accessor :display_command
|
1394
1404
|
|
1395
|
-
# display_command is
|
1396
|
-
# compliant files. When there is no such command, we can also iterate a list of
|
1397
|
-
# non compliant file using 'path'. Empty if `display_command` is set.
|
1405
|
+
# Empty if `display_command` is set.
|
1398
1406
|
# Corresponds to the JSON property `path`
|
1399
1407
|
# @return [String]
|
1400
1408
|
attr_accessor :path
|
@@ -2303,7 +2311,7 @@ module Google
|
|
2303
2311
|
class Subject
|
2304
2312
|
include Google::Apis::Core::Hashable
|
2305
2313
|
|
2306
|
-
# "": "" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/
|
2314
|
+
# `"": ""` Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/
|
2307
2315
|
# attestation/blob/main/spec/field_types.md#DigestSet
|
2308
2316
|
# Corresponds to the JSON property `digest`
|
2309
2317
|
# @return [Hash<String,String>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module OndemandscanningV1beta1
|
18
18
|
# Version of the google-apis-ondemandscanning_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220107"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -611,6 +611,7 @@ module Google
|
|
611
611
|
property :analysis_status, as: 'analysisStatus'
|
612
612
|
property :analysis_status_error, as: 'analysisStatusError', class: Google::Apis::OndemandscanningV1beta1::Status, decorator: Google::Apis::OndemandscanningV1beta1::Status::Representation
|
613
613
|
|
614
|
+
property :archive_time, as: 'archiveTime'
|
614
615
|
property :continuous_analysis, as: 'continuousAnalysis'
|
615
616
|
property :cpe, as: 'cpe'
|
616
617
|
property :last_scan_time, as: 'lastScanTime'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-ondemandscanning_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01-
|
11
|
+
date: 2022-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ondemandscanning_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1beta1/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ondemandscanning_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for On-Demand Scanning API V1beta1
|