Skip to content

jaydeepc/talisman-html-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powered by

Table of Contents

What is Talisman HTML Report?

Talisman HTML Report provides you with a dashboard to monitor the status of your reporsitory. You will need to have Talisman installed on your machine to generate the scan report of your repository (Please refer Talisman documentation to understand how Talisman works.

Installation

Prerequisite Before running the below command, make sure you have installed Talisman, by going through the Talisman README.

curl https://github.com/jaydeepc/talisman-html-report/archive/v1.3.zip -o ~/.talisman/talisman_html_report.zip -J -L && cd ~/.talisman && unzip talisman_html_report.zip -d . && mv talisman-html-report-1.3 talisman_html_report && rm talisman_html_report.zip

Please download the source code with the above command and start a HTTP server in the directory where the code has been downloaded. Below is a recommended approach to start a HTTP server:

python -m SimpleHTTPServer <port> (Eg: 8000)

Once the server is up, you can access localhost to view the dashboard.

Sample Screenshots

  • Welcome

  • Summary

  • Detailed Report

  • Error Report

Note: You don't have to start a server if you are running Talisman in CI or any other hosted environment