harden-runner/action.yml
2021-10-28 10:16:48 -07:00

7 lines
188 B
YAML

name: 'Step Security Audit Workflow'
description: 'GitHub Actions Runtime Security'
runs:
using: 'node12'
pre: 'dist/pre/index.js'
main: 'dist/index.js'
post: 'dist/post/index.js'