Skip to content

Commit

Permalink
debugg
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniag committed Oct 12, 2024
1 parent 37467bd commit ad40e52
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/actions/gokakashi-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
description: 'API token for authentication with goKakashi'
required: true
image_name:
description: 'The image to scan'
description: 'The Docker image to scan'
required: true
severity:
description: 'Comma-separated list of severity levels to report'
Expand All @@ -19,6 +19,7 @@ inputs:
publish:
description: 'The publish path for the scan report'
required: false
default: 'report_private'
fail_on_severity:
description: 'Comma-separated list of severity levels to fail the job on (e.g., CRITICAL,HIGH)'
required: false
Expand All @@ -29,18 +30,5 @@ outputs:
description: 'URL of the scan report'

runs:
using: 'composite'
steps:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: npm

- name: Install dependencies
run: npm ci
shell: bash

- name: Run goKakashi scan
run: node index.js
shell: bash
using: 'node20'
main: 'index.js'

0 comments on commit ad40e52

Please sign in to comment.