foreman_openscap 12.0.3 → 12.1.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68d51670aa5f210af3ae583fb2827a3dc8122f57f05302a84e59a2eb2fbb0080
|
|
4
|
+
data.tar.gz: 06555545bb55784438737b3a7367490697d26e4bfd6adc827e5f4465ee02fd54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b73f954b7f5d5eac98d3160a961eb383ea7c48ca744c68eae82b41f024e7f5b95137ef3213c84570b794ccf648662d7c0721bccc10dc4a1a05be595443ee821
|
|
7
|
+
data.tar.gz: de3a0a00d0fadeee768d3b5a398f580233097e585b60622074896609287876e8ac7695090d9eaa89dc5a6afc1d65b251daae7ddce9008b24a0841b6585775eb1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<% title _("SCAP Contents") %>
|
|
2
2
|
|
|
3
3
|
<% title_actions(display_link_if_authorized(_("Upload New SCAP Content"), hash_for_new_scap_content_path, :class => 'btn btn-primary'),
|
|
4
|
-
scap_doc_button('
|
|
4
|
+
scap_doc_button('configuring-scap-contents-for-compliance-policies-in-foreman')) %>
|
|
5
5
|
|
|
6
6
|
<%= render :partial => 'list' %>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<% title _("Tailoring Files") %>
|
|
2
2
|
<% title_actions(display_link_if_authorized(_("Upload New Tailoring file"), hash_for_new_tailoring_file_path, :class => 'btn btn-primary'),
|
|
3
|
-
scap_doc_button('
|
|
3
|
+
scap_doc_button('customizing-xccdf-profiles-with-tailoring-files')) %>
|
|
4
4
|
<%= render :partial => 'list' %>
|
metadata
CHANGED
|
@@ -1,42 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_openscap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.
|
|
4
|
+
version: 12.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- slukasik@redhat.com
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
-
dependencies:
|
|
12
|
-
- !ruby/object:Gem::Dependency
|
|
13
|
-
name: rake
|
|
14
|
-
requirement: !ruby/object:Gem::Requirement
|
|
15
|
-
requirements:
|
|
16
|
-
- - ">="
|
|
17
|
-
- !ruby/object:Gem::Version
|
|
18
|
-
version: '0'
|
|
19
|
-
type: :development
|
|
20
|
-
prerelease: false
|
|
21
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
-
requirements:
|
|
23
|
-
- - ">="
|
|
24
|
-
- !ruby/object:Gem::Version
|
|
25
|
-
version: '0'
|
|
26
|
-
- !ruby/object:Gem::Dependency
|
|
27
|
-
name: rdoc
|
|
28
|
-
requirement: !ruby/object:Gem::Requirement
|
|
29
|
-
requirements:
|
|
30
|
-
- - ">="
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
32
|
-
version: '0'
|
|
33
|
-
type: :development
|
|
34
|
-
prerelease: false
|
|
35
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
36
|
-
requirements:
|
|
37
|
-
- - ">="
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: '0'
|
|
11
|
+
dependencies: []
|
|
40
12
|
description: Foreman plug-in for managing security compliance reports
|
|
41
13
|
email:
|
|
42
14
|
- slukasik@redhat.com
|
|
@@ -452,7 +424,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
452
424
|
- !ruby/object:Gem::Version
|
|
453
425
|
version: '0'
|
|
454
426
|
requirements: []
|
|
455
|
-
rubygems_version: 4.0.
|
|
427
|
+
rubygems_version: 4.0.10
|
|
456
428
|
specification_version: 4
|
|
457
429
|
summary: Foreman plug-in for displaying OpenSCAP audit reports
|
|
458
430
|
test_files:
|