From 690f9cf6d1c49f8669cd1205294471afe1c6d6b4 Mon Sep 17 00:00:00 2001 From: ashwiniag Date: Sat, 12 Oct 2024 22:36:04 +0530 Subject: [PATCH] debugg --- .github/actions/gokakashi-scan/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/gokakashi-scan/index.js b/.github/actions/gokakashi-scan/index.js index b56442d..d6ecaf6 100644 --- a/.github/actions/gokakashi-scan/index.js +++ b/.github/actions/gokakashi-scan/index.js @@ -51,6 +51,9 @@ async function run() { const severity = getInput('severity'); const publish = getInput('publish'); const failOnSeverity = getInput('fail_on_severity'); + console.log(`API Host: ${apiHost}`); + console.log(`API Token: ${apiToken}`); + console.log(`Image Name: ${imageName}`); // Validate inputs if (!apiHost || !apiToken || !imageName) {