foreman_openscap 0.6.5 → 0.6.6
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/lib/foreman_openscap/engine.rb +1 -1
- data/lib/foreman_openscap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c4dab1fdbaa5dd4db8170491a59d29ddc672e79
|
|
4
|
+
data.tar.gz: e1cd9984a4c92b2400dc24a39fe2469ea3cdfdcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70deca132ebeb3ad0322f7c0b14475aec36e6b397cb81139e8c70c01457b8fd731731dffb86aaf179063853a4ff23838aa4b9d498f4cf48d237d392a77096b44
|
|
7
|
+
data.tar.gz: bc9312787a7cb601ded7b2fcec2d0891526438884a9d317c003c259cc3da9edfe5afc13987f63b329e8b1c16167647d764fff554ddd34bd381fe8d1f1f36b44d
|
|
@@ -155,7 +155,7 @@ module ForemanOpenscap
|
|
|
155
155
|
parameter_filter Hostgroup, :openscap_proxy_id, :openscap_proxy
|
|
156
156
|
parameter_filter Log, :result
|
|
157
157
|
|
|
158
|
-
if ForemanOpenscap.with_remote_execution?
|
|
158
|
+
if ForemanOpenscap.with_remote_execution? && Gem::Version.new(ForemanRemoteExecution::VERSION) >= Gem::Version.new('1.2.3')
|
|
159
159
|
RemoteExecutionFeature.register(:foreman_openscap_run_scans, N_("Run OpenSCAP scan"),
|
|
160
160
|
:description => N_("Run OpenSCAP scan"),
|
|
161
161
|
:host_action_button => true,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_openscap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "Šimon Lukašík"
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2017-03-
|
|
14
|
+
date: 2017-03-24 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: deface
|