Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

SecurityCentral/scorecard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d97bf7 · Nov 15, 2018

History

88 Commits
Aug 30, 2018
Sep 12, 2018
Nov 14, 2018
Nov 15, 2018
Sep 28, 2018
Aug 29, 2018
Aug 29, 2018
Sep 4, 2018
Aug 30, 2018
Nov 14, 2018

Repository files navigation

scorecard

This application will import and display data taken from the https://github.com/ComplianceAsCode/redhat project.

See http://atopathways.redhatgov.io/product-documents/ for a similar effort.

See also: https://github.com/opencontrol https://github.com/RedHatGov/ato-pathways

This initial Django project was created by doing:

mkdir -p ~/.virtenvs
virtualenv ~/.virtenvs/scorecard --python python3.6
source ~/.virtenvs/scorecard/bin/activate
pip install Django PyYAML psycopg2 gunicorn django-debug-toolbar
pip freeze > requirements.txt
./manage.py startapp scorecard