Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OMGhozlan authored Jul 24, 2024
1 parent 18ead1a commit 035197c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@ name: 'Snyk Job Summary Action'
description: 'Add a Job Summary from Snyk reports, also uploads HTML reports to Github Packages'

inputs:
DependenciesReportPath:
dependencies-report-path:
description: 'json file path generated by snyk test command'
required: false
default: snyk_dependencies.json
CodeReportPath:
code-report-path:
description: 'json file path generated by snyk code test command'
required: false
default: snyk_code.json


runs:
using: composite

steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4

- run: npm install snyk-to-html --location=global
shell: bash
Expand Down

0 comments on commit 035197c

Please sign in to comment.