mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-06 00:17:06 +00:00
Add allowed endpoints to action.yml
This commit is contained in:
parent
f9af5c0b39
commit
d5fc8f9728
1 changed files with 5 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue