We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690f9cf commit c341012Copy full SHA for c341012
.github/actions/gokakashi-scan/action.yaml
@@ -46,4 +46,11 @@ runs:
46
- name: Run goKakashi scan
47
run: node index.js
48
shell: bash
49
- working-directory: .github/actions/gokakashi-scan
+ 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