Sha256: c7f0021a7781614e48392e546e42dbbf4162f10a5607d8efece7a28ae4e9244b
Contents?: true
Size: 627 Bytes
Versions: 27
Compression:
Stored size: 627 Bytes
Contents
# # Copyright (c) 2014--2015 Red Hat Inc. # # This software is licensed to you under the GNU General Public License, # version 3 (GPLv3). There is NO WARRANTY for this software, express or # implied, including the implied warranties of MERCHANTABILITY or FITNESS # FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv3 # along with this software; if not, see http://www.gnu.org/licenses/gpl.txt # require 'smart_proxy_openscap/openscap_api' require 'smart_proxy_openscap/openscap_import_api' map '/compliance' do run Proxy::OpenSCAP::Api end map '/compliance-importer' do run Proxy::OpenSCAP::ImportApi end
Version data entries
27 entries across 27 versions & 1 rubygems