From c3410129af11a9c76642a2185ff398815975b140 Mon Sep 17 00:00:00 2001 From: ashwiniag Date: Sat, 12 Oct 2024 22:40:48 +0530 Subject: [PATCH] debugg --- .github/actions/gokakashi-scan/action.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/actions/gokakashi-scan/action.yaml b/.github/actions/gokakashi-scan/action.yaml index aaed362..af27dee 100644 --- a/.github/actions/gokakashi-scan/action.yaml +++ b/.github/actions/gokakashi-scan/action.yaml @@ -46,4 +46,11 @@ runs: - name: Run goKakashi scan run: node index.js shell: bash - working-directory: .github/actions/gokakashi-scan \ No newline at end of file + 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 }} \ No newline at end of file