Add allowed endpoints to action.yml

This commit is contained in:
Varun Sharma 2021-11-07 12:36:18 -08:00
commit d5fc8f9728

View file

@ -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'