From d5fc8f9728024a94e2fb3d69fcc2dace9a509112 Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Sun, 7 Nov 2021 12:36:18 -0800 Subject: [PATCH] Add allowed endpoints to action.yml --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 8cd174f..c0ffdd3 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,10 @@ name: 'Step Security Audit Workflow' description: 'GitHub Actions Runtime Security' +inputs: + allowed-endpoints: + description: 'Allowed endpoints' + required: false + default: '' runs: using: 'node12' pre: 'dist/pre/index.js'