foreman_openscap 4.3.2 → 4.3.3

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: '018ea783697a1c9ebd5543a4b879ad466bcbdf2d90856487ac37062953d58bdf'
4
- data.tar.gz: 6deefa205e36563473fa7a09c0f3f259c58bc1c31530da0d3e48fe35f8031264
3
+ metadata.gz: f9bed6dedc6b23fd08b1c0fd3143de20e86c8aa2e65dbc0a00d0abaad21cc393
4
+ data.tar.gz: 352a6052c7386969b55b241b57e3d9fa63b6ec07fc9d01d5a8ba6c4b79e7724d
5
5
  SHA512:
6
- metadata.gz: 16a81d955efd74559e122a86fbb8fe873d3847abaa75334427a376f67599c973128f1b138d2abd956137d06a5f9f4e314422981135a813ea418cc75cdd88ade0
7
- data.tar.gz: bea2628dfc51b03500477ac28f91003136549ea956b035397435e96234222512ed06f4730addf96eb6ed1ecbe851b93e9fbe3e20f6ef2bbcd666c7edd93a4519
6
+ metadata.gz: 6dd1df925f9212a7afab91c449a9e0482427fde4fb8adfca8a620482124caed5584a2c71d1167c09308f124d5a19fb4ee0102bff4a89e91d30c81a6ac4ed01ea
7
+ data.tar.gz: c16c1caec4bde07fb8d9da968859f21d2d7f42c5ec5b09c5e9560053dd22490f0ac299405a55b76fa1d4b08d1417b13233799b085fe56b46b8bb13829827394e
@@ -75,7 +75,7 @@ module Api::V2
75
75
  assign _('hosts'), params["host_ids"], ::Host::Managed
76
76
  end
77
77
 
78
- api :GET, '/compliance/oval_policies/:id/oval_content', N_("Show a policy's SCAP content")
78
+ api :GET, '/compliance/oval_policies/:id/oval_content', N_("Show a policy's OVAL content")
79
79
  param :id, :identifier, :required => true
80
80
 
81
81
  def oval_content
@@ -0,0 +1,3 @@
1
+ object @oval_content
2
+
3
+ extends "api/v2/compliance/oval_contents/base"
@@ -1,3 +1,3 @@
1
1
  module ForemanOpenscap
2
- VERSION = "4.3.2".freeze
2
+ VERSION = "4.3.3".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_openscap
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.2
4
+ version: 4.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - slukasik@redhat.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-09 00:00:00.000000000 Z
11
+ date: 2021-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -152,6 +152,7 @@ files:
152
152
  - app/views/api/v2/compliance/common/_org.json.rabl
153
153
  - app/views/api/v2/compliance/oval_contents/base.json.rabl
154
154
  - app/views/api/v2/compliance/oval_contents/create.json.rabl
155
+ - app/views/api/v2/compliance/oval_contents/destroy.json.rabl
155
156
  - app/views/api/v2/compliance/oval_contents/index.json.rabl
156
157
  - app/views/api/v2/compliance/oval_contents/show.json.rabl
157
158
  - app/views/api/v2/compliance/oval_contents/sync.json.rabl