Skip to content

Github action to create a job summary report

Notifications You must be signed in to change notification settings

draios/infra-action-scanning-summary

Repository files navigation

infra-action-scanning-summary

Github action to create a job summary report

Usage

Sample usage

    - name: Job Summary
      uses: draios/infra-action-scanning-summary@v0.0.1
      with:
        report-file-path: ${{ inputs.scanning-report-path }}

Build

Install the dependencies

npm install

Package

Packaging assembles the code into one file, preventing the need to check in node_modules.

You must have ncc installed (npm i -g @vercel/ncc). Then run:

npm run prepare

It will create the dist folder.