Skip to content

Commit

Permalink
chore: update branding for actions marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Mar 7, 2020
1 parent b2355a3 commit 02d7916
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: 'Is Website vulnerable'
description: 'Scans a url for public javascript library vulnerabilities'
branding:
icon: 'alert-circle'
color: 'purple'
inputs:
scan-url:
description: 'Website url to scan'
Expand All @@ -8,4 +11,4 @@ runs:
using: 'docker'
image: 'Dockerfile'
env:
SCAN_URL: ${{ inputs.scan-url }}
SCAN_URL: ${{ inputs.scan-url }}

0 comments on commit 02d7916

Please sign in to comment.