mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-05 21:17:06 +00:00
7 lines
188 B
YAML
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'
|