Skip to content

Commit

Permalink
Merge pull request #49 from step-security/v1branch
Browse files Browse the repository at this point in the history
Merge current release branch into main
  • Loading branch information
varunsh-coder authored Jan 4, 2022
2 parents a037713 + 382b675 commit ca228fc
Show file tree
Hide file tree
Showing 8 changed files with 1,755 additions and 27 deletions.
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ name: 'Harden Runner'
description: 'GitHub Actions Runtime Security'
inputs:
allowed-endpoints:
description: 'Allowed endpoints'
description: 'Only these endpoints will be allowed if egress-policy is set to block'
required: false
default: ''
egress-policy:
description: 'Policy for outbound traffic, can be either audit or block'
required: false
default: 'block'
branding:
icon: 'check-square'
color: 'green'
runs:
using: 'node12'
pre: 'dist/pre/index.js'
main: 'dist/index.js'
post: 'dist/post/index.js'
post: 'dist/post/index.js'
Loading

0 comments on commit ca228fc

Please sign in to comment.