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