harden-runner/action.yml
2021-11-07 12:36:18 -08:00

12 lines
290 B
YAML

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'
main: 'dist/index.js'
post: 'dist/post/index.js'