Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 678 Bytes

File metadata and controls

26 lines (17 loc) · 678 Bytes

FN4G Tool

Purpose

This tool provides a questionnaire to evaluate an organisation's alignment to security standards, with a view to help standards adoption.

Requirements

The application is bundled in a Docker image, only Docker-Compose is required to run it locally.

How to install and use

To start up the application locally, execute:

make serve

Other useful Makefile targets are:

  • make build - builds the docker image without starting the application
  • make bash - run a shell in the docker composed application
  • make stop - stop the application
  • make db - start up the database container