1
0
Fork 0
mirror of synced 2026-06-05 19:15:15 +00:00
harden-runner/action.yml
2021-11-19 07:21:14 -08:00

15 lines
327 B
YAML

name: 'Harden Runner'
description: 'GitHub Actions Runtime Security'
inputs:
allowed-endpoints:
description: 'Allowed endpoints'
required: false
default: ''
branding:
icon: 'check-square'
color: 'green'
runs:
using: 'node12'
pre: 'dist/pre/index.js'
main: 'dist/index.js'
post: 'dist/post/index.js'