From fd0efea367c3766b03a9fb7daa1c9058d5ee5d9e Mon Sep 17 00:00:00 2001 From: arjundashrath <54043589+arjundashrath@users.noreply.github.com> Date: Wed, 9 Feb 2022 00:06:07 +0530 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index b620b48..1fd1112 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,10 @@ inputs: token: description: 'Used to avoid github rate limiting' default: ${{ github.token }} + send-insights: + description: 'Send insights to StepSecurity API, can be set to true or false' + required: false + default: 'true' branding: icon: 'check-square' color: 'green'