15 lines
327 B
YAML
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'
|