Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 991 Bytes

File metadata and controls

44 lines (28 loc) · 991 Bytes

sec_policy_as_code

This repository contains scripts to convert security policies, compliance, guidelines and standards as code.

title

Getting Started

Checkout the project and start using it.

Prerequisites

  1. python ~3.6.4
  2. Install the python modules by using the following command: pip install -r build/requirements.txt

Usage

python3 audit.py [options]

Options Description
-u, --uri uri / ip to test

Examples:

  1. example 1
  2. example 2

Getting Help

contact Arunkumar Sadasivan contact.arunsec@gmail.com

Contributing

  1. Fork it (https://github.com/asadasivan/sec_policy_as_code/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -m 'add fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create new Pull Request

Issues

To report issues, bugs and enhancements requests, use the issue tracker.