foreman_openscap 0.12.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/foreman_openscap/policy_dashboard.js +5 -0
  3. data/app/assets/stylesheets/foreman_openscap/policy_dashboard.css +3 -0
  4. data/app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb +26 -0
  5. data/app/controllers/policies_controller.rb +2 -3
  6. data/app/controllers/policy_dashboard_controller.rb +5 -0
  7. data/app/controllers/scap_contents_controller.rb +1 -1
  8. data/app/controllers/tailoring_files_controller.rb +1 -2
  9. data/app/helpers/policy_dashboard_helper.rb +23 -0
  10. data/app/mailers/foreman_openscap/policy_mailer.rb +1 -1
  11. data/app/models/concerns/foreman_openscap/host_extensions.rb +48 -3
  12. data/app/models/foreman_openscap/policy.rb +4 -0
  13. data/app/models/foreman_openscap/scap_content.rb +1 -0
  14. data/app/models/foreman_openscap/tailoring_file.rb +1 -0
  15. data/app/services/foreman_openscap/policy_dashboard/data.rb +3 -4
  16. data/app/views/api/v2/hosts/policies_enc.json.rabl +2 -0
  17. data/app/views/api/v2/hosts/policy_enc.json.rabl +3 -0
  18. data/app/views/arf_reports/_output.html.erb +4 -4
  19. data/app/views/arf_reports/show.html.erb +2 -2
  20. data/app/views/policies/_list.html.erb +9 -7
  21. data/app/views/policies/index.html.erb +2 -2
  22. data/app/views/policy_dashboard/_policy_reports.html.erb +29 -22
  23. data/app/views/policy_dashboard/_policy_status_widget.html.erb +7 -4
  24. data/app/views/policy_dashboard/index.html.erb +1 -1
  25. data/app/views/scap_contents/_list.html.erb +7 -6
  26. data/app/views/scap_contents/index.html.erb +2 -2
  27. data/app/views/tailoring_files/_list.html.erb +6 -5
  28. data/app/views/tailoring_files/index.html.erb +2 -1
  29. data/config/routes.rb +15 -0
  30. data/db/migrate/20190103093409_add_deployment_option_to_policy.foreman_openscap.rb +1 -1
  31. data/lib/foreman_openscap/engine.rb +3 -1
  32. data/lib/foreman_openscap/version.rb +1 -1
  33. data/locale/de/foreman_openscap.edit.po +81 -77
  34. data/locale/de/foreman_openscap.po +26 -23
  35. data/locale/en_GB/foreman_openscap.edit.po +81 -77
  36. data/locale/en_GB/foreman_openscap.po +26 -23
  37. data/locale/es/foreman_openscap.edit.po +81 -77
  38. data/locale/es/foreman_openscap.po +26 -23
  39. data/locale/foreman_openscap.pot +88 -84
  40. data/locale/fr/foreman_openscap.edit.po +81 -77
  41. data/locale/fr/foreman_openscap.po +26 -23
  42. data/locale/gl/foreman_openscap.edit.po +81 -77
  43. data/locale/gl/foreman_openscap.po +26 -23
  44. data/locale/it/foreman_openscap.edit.po +81 -77
  45. data/locale/it/foreman_openscap.po +26 -23
  46. data/locale/ja/foreman_openscap.edit.po +81 -77
  47. data/locale/ja/foreman_openscap.po +26 -23
  48. data/locale/ko/foreman_openscap.edit.po +81 -77
  49. data/locale/ko/foreman_openscap.po +26 -23
  50. data/locale/pt_BR/foreman_openscap.edit.po +81 -77
  51. data/locale/pt_BR/foreman_openscap.po +26 -23
  52. data/locale/ru/foreman_openscap.edit.po +81 -77
  53. data/locale/ru/foreman_openscap.po +26 -23
  54. data/locale/sv_SE/foreman_openscap.edit.po +81 -77
  55. data/locale/sv_SE/foreman_openscap.po +26 -23
  56. data/locale/zh_CN/foreman_openscap.edit.po +81 -77
  57. data/locale/zh_CN/foreman_openscap.po +26 -23
  58. data/locale/zh_TW/foreman_openscap.edit.po +81 -77
  59. data/locale/zh_TW/foreman_openscap.po +26 -23
  60. data/test/functional/api/v2/hosts_controller_test.rb +17 -0
  61. data/test/test_plugin_helper.rb +6 -1
  62. data/test/unit/concerns/host_extensions_test.rb +41 -0
  63. metadata +9 -2
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_openscap 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2019-03-26 15:42+0100\n"
12
- "PO-Revision-Date: 2019-03-26 15:42+0100\n"
11
+ "POT-Creation-Date: 2019-05-10 17:02+0200\n"
12
+ "PO-Revision-Date: 2019-05-10 17:02+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -249,6 +249,16 @@ msgstr ""
249
249
  msgid "Something went wrong while selecting compliance reports - %s"
250
250
  msgstr ""
251
251
 
252
+ #:
253
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:19
254
+ msgid "Show config information for foreman_scap_client"
255
+ msgstr ""
256
+
257
+ #:
258
+ #: ../app/controllers/concerns/foreman_openscap/api/v2/hosts_controller_extensions.rb:20
259
+ msgid "The identifier of the host"
260
+ msgstr ""
261
+
252
262
  #:
253
263
  #: ../app/controllers/concerns/foreman_openscap/hosts_controller_extensions.rb:26
254
264
  msgid "Updated hosts: Assigned with OpenSCAP Proxy: %s"
@@ -259,31 +269,31 @@ msgstr ""
259
269
  msgid "No OpenSCAP Proxy selected."
260
270
  msgstr ""
261
271
 
262
- #: ../app/controllers/policies_controller.rb:84
272
+ #: ../app/controllers/policies_controller.rb:83
263
273
  msgid "Updated hosts: Assigned with compliance policy: %s"
264
274
  msgstr ""
265
275
 
266
- #: ../app/controllers/policies_controller.rb:88
276
+ #: ../app/controllers/policies_controller.rb:87
267
277
  msgid "No compliance policy selected."
268
278
  msgstr ""
269
279
 
270
- #: ../app/controllers/policies_controller.rb:100
280
+ #: ../app/controllers/policies_controller.rb:99
271
281
  msgid "Updated hosts: Unassigned from compliance policy '%s'"
272
282
  msgstr ""
273
283
 
274
- #: ../app/controllers/policies_controller.rb:102
284
+ #: ../app/controllers/policies_controller.rb:101
275
285
  msgid "No valid policy ID provided"
276
286
  msgstr ""
277
287
 
278
- #: ../app/controllers/policies_controller.rb:122
288
+ #: ../app/controllers/policies_controller.rb:121
279
289
  msgid "No hosts were found."
280
290
  msgstr ""
281
291
 
282
- #: ../app/controllers/policies_controller.rb:126
292
+ #: ../app/controllers/policies_controller.rb:125
283
293
  msgid "No hosts selected"
284
294
  msgstr ""
285
295
 
286
- #: ../app/controllers/policies_controller.rb:131
296
+ #: ../app/controllers/policies_controller.rb:130
287
297
  msgid "Something went wrong while selecting hosts - %s"
288
298
  msgstr ""
289
299
 
@@ -293,7 +303,7 @@ msgstr ""
293
303
  #: ../app/helpers/compliance_hosts_helper.rb:22
294
304
  #: ../app/views/arf_reports/_list.html.erb:11
295
305
  #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:11
296
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:6
306
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:10
297
307
  msgid "Failed"
298
308
  msgstr ""
299
309
 
@@ -303,7 +313,7 @@ msgstr ""
303
313
  #: ../app/helpers/compliance_hosts_helper.rb:21
304
314
  #: ../app/views/arf_reports/_list.html.erb:10
305
315
  #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:8
306
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:5
316
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:9
307
317
  msgid "Passed"
308
318
  msgstr ""
309
319
 
@@ -398,7 +408,7 @@ msgstr ""
398
408
  #: ../app/helpers/compliance_hosts_helper.rb:6
399
409
  #: ../app/views/arf_reports/_list.html.erb:12
400
410
  #: ../app/views/foreman_openscap/policy_mailer/_hosts.erb:14
401
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:7
411
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:11
402
412
  msgid "Other"
403
413
  msgstr ""
404
414
 
@@ -418,7 +428,7 @@ msgstr ""
418
428
  msgid "Host is deleted"
419
429
  msgstr ""
420
430
 
421
- #: ../app/helpers/foreman_openscap_helper.rb:2
431
+ #: ../app/helpers/foreman_openscap_helper.rb:4
422
432
  msgid "documentation"
423
433
  msgstr ""
424
434
 
@@ -427,7 +437,7 @@ msgid "Choose existing SCAP Content"
427
437
  msgstr ""
428
438
 
429
439
  #: ../app/helpers/policies_helper.rb:57 ../app/helpers/policies_helper.rb:62
430
- #: ../app/models/foreman_openscap/policy.rb:100
440
+ #: ../app/models/foreman_openscap/policy.rb:104
431
441
  #: ../app/views/policies/_form.html.erb:10
432
442
  #: ../app/views/scap_contents/welcome.html.erb:1
433
443
  #: ../app/views/scap_contents/welcome.html.erb:6
@@ -463,12 +473,12 @@ msgstr ""
463
473
  msgid "Submit"
464
474
  msgstr ""
465
475
 
466
- #: ../app/helpers/policies_helper.rb:114
476
+ #: ../app/helpers/policies_helper.rb:113
467
477
  #: ../app/views/arf_reports/_list.html.erb:52
468
478
  msgid "Cancel"
469
479
  msgstr ""
470
480
 
471
- #: ../app/helpers/policies_helper.rb:145 ../lib/foreman_openscap/engine.rb:138
481
+ #: ../app/helpers/policies_helper.rb:145 ../lib/foreman_openscap/engine.rb:139
472
482
  msgid "Policies"
473
483
  msgstr ""
474
484
 
@@ -493,6 +503,24 @@ msgstr ""
493
503
  msgid "Compliance Status"
494
504
  msgstr ""
495
505
 
506
+ #: ../app/helpers/policy_dashboard_helper.rb:41
507
+ msgid "Host is assigned to policy"
508
+ msgstr ""
509
+
510
+ #: ../app/helpers/policy_dashboard_helper.rb:44
511
+ msgid ""
512
+ "Host is not assigned to policy but reports were found. You may want to delete "
513
+ "the reports or assign the policy again."
514
+ msgstr ""
515
+
516
+ #: ../app/helpers/policy_dashboard_helper.rb:52
517
+ msgid "Hosts no longer assigned: %s"
518
+ msgstr ""
519
+
520
+ #: ../app/helpers/policy_dashboard_helper.rb:56
521
+ msgid "Total hosts with reports where policy is no longer assigned."
522
+ msgstr ""
523
+
496
524
  #: ../app/lib/proxy_api/openscap.rb:21
497
525
  msgid "Request timed out. Please try increasing Settings -> proxy_request_timeout"
498
526
  msgstr ""
@@ -533,7 +561,7 @@ msgstr ""
533
561
 
534
562
  #: ../app/models/foreman_openscap/compliance_status.rb:8
535
563
  #: ../app/views/compliance_hosts/_compliance_status.erb:2
536
- #: ../lib/foreman_openscap/engine.rb:137
564
+ #: ../lib/foreman_openscap/engine.rb:138
537
565
  msgid "Compliance"
538
566
  msgstr ""
539
567
 
@@ -551,72 +579,72 @@ msgstr ""
551
579
  msgid "Unknown Compliance status"
552
580
  msgstr ""
553
581
 
554
- #: ../app/models/foreman_openscap/policy.rb:27
555
- #: ../app/models/foreman_openscap/policy.rb:265
582
+ #: ../app/models/foreman_openscap/policy.rb:31
583
+ #: ../app/models/foreman_openscap/policy.rb:269
556
584
  msgid "is not a valid value"
557
585
  msgstr ""
558
586
 
559
- #: ../app/models/foreman_openscap/policy.rb:51
587
+ #: ../app/models/foreman_openscap/policy.rb:55
560
588
  msgid "Cannot generate HTML guide, scap content is missing."
561
589
  msgstr ""
562
590
 
563
- #: ../app/models/foreman_openscap/policy.rb:57
591
+ #: ../app/models/foreman_openscap/policy.rb:61
564
592
  msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
565
593
  msgstr ""
566
594
 
567
- #: ../app/models/foreman_openscap/policy.rb:100
595
+ #: ../app/models/foreman_openscap/policy.rb:104
568
596
  #: ../app/views/policies/_form.html.erb:8
569
597
  msgid "Deployment Options"
570
598
  msgstr ""
571
599
 
572
- #: ../app/models/foreman_openscap/policy.rb:100
600
+ #: ../app/models/foreman_openscap/policy.rb:104
573
601
  msgid "Policy Attributes"
574
602
  msgstr ""
575
603
 
576
- #: ../app/models/foreman_openscap/policy.rb:100
604
+ #: ../app/models/foreman_openscap/policy.rb:104
577
605
  #: ../app/views/policies/_form.html.erb:11
578
606
  msgid "Schedule"
579
607
  msgstr ""
580
608
 
581
- #: ../app/models/foreman_openscap/policy.rb:101
609
+ #: ../app/models/foreman_openscap/policy.rb:105
582
610
  #: ../app/views/policies/_form.html.erb:13
583
611
  #: ../app/views/scap_contents/_form.html.erb:11
584
612
  #: ../app/views/tailoring_files/_form.html.erb:11
585
613
  msgid "Locations"
586
614
  msgstr ""
587
615
 
588
- #: ../app/models/foreman_openscap/policy.rb:102
616
+ #: ../app/models/foreman_openscap/policy.rb:106
589
617
  #: ../app/views/policies/_form.html.erb:16
590
618
  #: ../app/views/scap_contents/_form.html.erb:14
591
619
  #: ../app/views/tailoring_files/_form.html.erb:14
592
620
  msgid "Organizations"
593
621
  msgstr ""
594
622
 
595
- #: ../app/models/foreman_openscap/policy.rb:103
623
+ #: ../app/models/foreman_openscap/policy.rb:107
596
624
  msgid "Hostgroups"
597
625
  msgstr ""
598
626
 
599
- #: ../app/models/foreman_openscap/policy.rb:259
627
+ #: ../app/models/foreman_openscap/policy.rb:263
600
628
  msgid "does not consist of 5 parts separated by space"
601
629
  msgstr ""
602
630
 
603
- #: ../app/models/foreman_openscap/policy.rb:271
631
+ #: ../app/models/foreman_openscap/policy.rb:275
604
632
  msgid "must be between 1 and 31"
605
633
  msgstr ""
606
634
 
607
- #: ../app/models/foreman_openscap/policy.rb:276
635
+ #: ../app/models/foreman_openscap/policy.rb:280
608
636
  msgid "must be present when tailoring file profile present"
609
637
  msgstr ""
610
638
 
611
- #: ../app/models/foreman_openscap/policy.rb:277
639
+ #: ../app/models/foreman_openscap/policy.rb:281
612
640
  msgid "must be present when tailoring file present"
613
641
  msgstr ""
614
642
 
615
- #: ../app/models/foreman_openscap/policy.rb:282
643
+ #: ../app/models/foreman_openscap/policy.rb:286
616
644
  msgid "does not come from selected tailoring file"
617
645
  msgstr ""
618
646
 
619
- #: ../app/models/foreman_openscap/policy.rb:288
647
+ #: ../app/models/foreman_openscap/policy.rb:292
620
648
  msgid "does not have the selected SCAP content profile"
621
649
  msgstr ""
622
650
 
@@ -732,7 +760,7 @@ msgstr ""
732
760
  #: ../app/views/arf_reports/_list.html.erb:13
733
761
  #: ../app/views/arf_reports/_output.html.erb:8
734
762
  #: ../app/views/policies/_list.html.erb:8
735
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:8
763
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:12
736
764
  #: ../app/views/scap_contents/_list.html.erb:6
737
765
  #: ../app/views/tailoring_files/_list.html.erb:6
738
766
  msgid "Actions"
@@ -771,7 +799,7 @@ msgid "Total"
771
799
  msgstr ""
772
800
 
773
801
  #: ../app/views/arf_reports/_output.html.erb:4
774
- msgid "Severity"
802
+ msgid "Result"
775
803
  msgstr ""
776
804
 
777
805
  #: ../app/views/arf_reports/_output.html.erb:5
@@ -783,7 +811,7 @@ msgid "Resource"
783
811
  msgstr ""
784
812
 
785
813
  #: ../app/views/arf_reports/_output.html.erb:7
786
- msgid "Result"
814
+ msgid "Severity"
787
815
  msgstr ""
788
816
 
789
817
  #: ../app/views/arf_reports/_output.html.erb:25
@@ -791,7 +819,7 @@ msgid "Nothing to show"
791
819
  msgstr ""
792
820
 
793
821
  #: ../app/views/arf_reports/delete_multiple.html.erb:7
794
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:3
822
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:6
795
823
  msgid "Host"
796
824
  msgstr ""
797
825
 
@@ -872,7 +900,7 @@ msgid "No report for this policy"
872
900
  msgstr ""
873
901
 
874
902
  #: ../app/views/dashboard/_compliance_host_reports_widget.html.erb:1
875
- #: ../lib/foreman_openscap/engine.rb:153
903
+ #: ../lib/foreman_openscap/engine.rb:154
876
904
  msgid "Latest Compliance Reports"
877
905
  msgstr ""
878
906
 
@@ -889,7 +917,7 @@ msgid "Policy is missing"
889
917
  msgstr ""
890
918
 
891
919
  #: ../app/views/dashboard/_compliance_reports_breakdown_widget.html.erb:1
892
- #: ../lib/foreman_openscap/engine.rb:155
920
+ #: ../lib/foreman_openscap/engine.rb:156
893
921
  msgid "Compliance Reports Breakdown"
894
922
  msgstr ""
895
923
 
@@ -981,19 +1009,6 @@ msgid ""
981
1009
  "ues by space"
982
1010
  msgstr ""
983
1011
 
984
- #: ../app/views/policies/_list.html.erb:3
985
- #: ../app/views/tailoring_files/_list.html.erb:3
986
- msgid "Name"
987
- msgstr ""
988
-
989
- #: ../app/views/policies/_list.html.erb:4
990
- msgid "Content"
991
- msgstr ""
992
-
993
- #: ../app/views/policies/_list.html.erb:5
994
- msgid "Profile"
995
- msgstr ""
996
-
997
1012
  #: ../app/views/policies/_list.html.erb:7
998
1013
  msgid "Effective Profile"
999
1014
  msgstr ""
@@ -1003,13 +1018,11 @@ msgid "None"
1003
1018
  msgstr ""
1004
1019
 
1005
1020
  #: ../app/views/policies/_list.html.erb:36
1006
- msgid "Show Guide"
1021
+ msgid "Dashboard"
1007
1022
  msgstr ""
1008
1023
 
1009
1024
  #: ../app/views/policies/_list.html.erb:37
1010
- #: ../app/views/scap_contents/_list.html.erb:17
1011
- #: ../app/views/tailoring_files/_list.html.erb:21
1012
- msgid "Edit"
1025
+ msgid "Show Guide"
1013
1026
  msgstr ""
1014
1027
 
1015
1028
  #: ../app/views/policies/_list.html.erb:39
@@ -1036,11 +1049,6 @@ msgstr ""
1036
1049
  msgid "Compliance Policies"
1037
1050
  msgstr ""
1038
1051
 
1039
- #: ../app/views/policies/index.html.erb:6
1040
- #: ../app/views/scap_contents/index.html.erb:4
1041
- msgid "Help"
1042
- msgstr ""
1043
-
1044
1052
  #: ../app/views/policies/steps/_schedule_form.html.erb:9
1045
1053
  msgid "Choose day in month"
1046
1054
  msgstr ""
@@ -1071,11 +1079,15 @@ msgstr ""
1071
1079
  msgid "Host Breakdown Chart"
1072
1080
  msgstr ""
1073
1081
 
1074
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:4
1082
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:7
1083
+ msgid "Policy assigned"
1084
+ msgstr ""
1085
+
1086
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:8
1075
1087
  msgid "Date"
1076
1088
  msgstr ""
1077
1089
 
1078
- #: ../app/views/policy_dashboard/_policy_reports.html.erb:19
1090
+ #: ../app/views/policy_dashboard/_policy_reports.html.erb:24
1079
1091
  msgid "View Report"
1080
1092
  msgstr ""
1081
1093
 
@@ -1100,7 +1112,7 @@ msgid "Never audited"
1100
1112
  msgstr ""
1101
1113
 
1102
1114
  #: ../app/views/policy_dashboard/_policy_status_widget.html.erb:9
1103
- msgid "Total hosts: %s"
1115
+ msgid "Total hosts with policy: %s"
1104
1116
  msgstr ""
1105
1117
 
1106
1118
  #: ../app/views/policy_dashboard/index.html.erb:3
@@ -1128,13 +1140,13 @@ msgstr ""
1128
1140
  msgid "SCAP DataStream file"
1129
1141
  msgstr ""
1130
1142
 
1131
- #: ../app/views/scap_contents/_list.html.erb:18
1132
- #: ../app/views/tailoring_files/_list.html.erb:24
1143
+ #: ../app/views/scap_contents/_list.html.erb:17
1144
+ #: ../app/views/tailoring_files/_list.html.erb:23
1133
1145
  msgid "Download"
1134
1146
  msgstr ""
1135
1147
 
1136
- #: ../app/views/scap_contents/_list.html.erb:20
1137
- msgid "Delete compliance policy %s with all the reports?"
1148
+ #: ../app/views/scap_contents/_list.html.erb:19
1149
+ msgid "Delete scap content %s?"
1138
1150
  msgstr ""
1139
1151
 
1140
1152
  #: ../app/views/scap_contents/edit.html.erb:1
@@ -1202,15 +1214,7 @@ msgstr ""
1202
1214
  msgid "DataStream Tailoring file"
1203
1215
  msgstr ""
1204
1216
 
1205
- #: ../app/views/tailoring_files/_list.html.erb:4
1206
- msgid "Filename"
1207
- msgstr ""
1208
-
1209
- #: ../app/views/tailoring_files/_list.html.erb:5
1210
- msgid "Created"
1211
- msgstr ""
1212
-
1213
- #: ../app/views/tailoring_files/_list.html.erb:23
1217
+ #: ../app/views/tailoring_files/_list.html.erb:22
1214
1218
  msgid "Delete tailoring file %s?"
1215
1219
  msgstr ""
1216
1220
 
@@ -1222,7 +1226,7 @@ msgstr ""
1222
1226
  #: ../app/views/tailoring_files/index.html.erb:1
1223
1227
  #: ../app/views/tailoring_files/welcome.html.erb:1
1224
1228
  #: ../app/views/tailoring_files/welcome.html.erb:6
1225
- #: ../lib/foreman_openscap/engine.rb:147
1229
+ #: ../lib/foreman_openscap/engine.rb:148
1226
1230
  msgid "Tailoring Files"
1227
1231
  msgstr ""
1228
1232
 
@@ -1259,29 +1263,29 @@ msgstr ""
1259
1263
  msgid "A summary of reports for OpenSCAP policies"
1260
1264
  msgstr ""
1261
1265
 
1262
- #: ../lib/foreman_openscap/engine.rb:141
1266
+ #: ../lib/foreman_openscap/engine.rb:142
1263
1267
  msgid "SCAP contents"
1264
1268
  msgstr ""
1265
1269
 
1266
- #: ../lib/foreman_openscap/engine.rb:144
1270
+ #: ../lib/foreman_openscap/engine.rb:145
1267
1271
  msgid "Reports"
1268
1272
  msgstr ""
1269
1273
 
1270
- #: ../lib/foreman_openscap/engine.rb:169
1274
+ #: ../lib/foreman_openscap/engine.rb:170
1271
1275
  msgid ""
1272
1276
  "OpenSCAP Proxy to use for fetching SCAP content and uploading ARF reports. Lea"
1273
1277
  "ve blank and override appropriate parameters when using proxy load balancer."
1274
1278
  msgstr ""
1275
1279
 
1276
- #: ../lib/foreman_openscap/engine.rb:173 ../lib/foreman_openscap/engine.rb:178
1280
+ #: ../lib/foreman_openscap/engine.rb:174 ../lib/foreman_openscap/engine.rb:179
1277
1281
  msgid "OpenSCAP Proxy"
1278
1282
  msgstr ""
1279
1283
 
1280
- #: ../lib/foreman_openscap/engine.rb:175 ../lib/foreman_openscap/engine.rb:180
1284
+ #: ../lib/foreman_openscap/engine.rb:176 ../lib/foreman_openscap/engine.rb:181
1281
1285
  msgid "ID of OpenSCAP Proxy"
1282
1286
  msgstr ""
1283
1287
 
1284
- #: ../lib/foreman_openscap/engine.rb:184 ../lib/foreman_openscap/engine.rb:192
1288
+ #: ../lib/foreman_openscap/engine.rb:185 ../lib/foreman_openscap/engine.rb:193
1285
1289
  msgid "Run OpenSCAP scan"
1286
1290
  msgstr ""
1287
1291