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 690f9cf commit c341012
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/actions/gokakashi-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,11 @@ runs:
- name: Run goKakashi scan
run: node index.js
shell: bash
working-directory: .github/actions/gokakashi-scan
working-directory: .github/actions/gokakashi-scan
env:
INPUT_API_HOST: ${{ inputs.api_host }}
INPUT_API_TOKEN: ${{ inputs.api_token }}
INPUT_IMAGE_NAME: ${{ inputs.image_name }}
INPUT_SEVERITY: ${{ inputs.severity }}
INPUT_PUBLISH: ${{ inputs.publish }}
INPUT_FAIL_ON_SEVERITY: ${{ inputs.fail_on_severity }}

0 comments on commit c341012

Please sign in to comment.