Skip to content

Commit

Permalink
feat: Add icon and color to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Phylu committed Nov 4, 2020
1 parent 6c7348f commit 353aa9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Crashtest Security Action'
description: 'A Github Action for Running a Crashtest Security scan to perform Dynamic Application Security Testing (DAST).'
branding:
icon: 'alert-triangle'
color: 'red'
inputs:
crashtest-webhook:
description: 'Webhook Secret of the Crashtest Security Scan Target'
Expand All @@ -10,4 +13,4 @@ inputs:
default: 'false'
runs:
using: 'node12'
main: 'index.js'
main: 'index.js'

0 comments on commit 353aa9f

Please sign in to comment.