diff --git a/.github/actions/gokakashi-scan/action.yaml b/.github/actions/gokakashi-scan/action.yaml index cd8d36f..54ff930 100644 --- a/.github/actions/gokakashi-scan/action.yaml +++ b/.github/actions/gokakashi-scan/action.yaml @@ -25,7 +25,6 @@ inputs: required: false default: 'CRITICAL' - outputs: report_url: description: 'URL of the scan report' @@ -34,4 +33,4 @@ runs: using: 'node16' pre: | npm install - main: 'index.js' + main: 'index.js' \ No newline at end of file