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'