Skip to content

Commit c341012

Browse files
committed
debugg
1 parent 690f9cf commit c341012

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/actions/gokakashi-scan/action.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,11 @@ runs:
4646
- name: Run goKakashi scan
4747
run: node index.js
4848
shell: bash
49-
working-directory: .github/actions/gokakashi-scan
49+
working-directory: .github/actions/gokakashi-scan
50+
env:
51+
INPUT_API_HOST: ${{ inputs.api_host }}
52+
INPUT_API_TOKEN: ${{ inputs.api_token }}
53+
INPUT_IMAGE_NAME: ${{ inputs.image_name }}
54+
INPUT_SEVERITY: ${{ inputs.severity }}
55+
INPUT_PUBLISH: ${{ inputs.publish }}
56+
INPUT_FAIL_ON_SEVERITY: ${{ inputs.fail_on_severity }}

0 commit comments

Comments
 (0)