Skip to content

Commit

Permalink
add logo and color to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton committed Jun 4, 2021
1 parent 0193cad commit a6c7db1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# action.yml
name: 'OWASP Dependency Track check'
description: 'Creates BoM and upload repository to OWASP Dependency Track to find vulnerabilities'
branding:
icon: 'check-square'
color: 'green'

inputs:
url:
description: 'URL of OWASP Dependency Track REST API'
Expand All @@ -25,4 +29,5 @@ runs:
args:
- ${{ inputs.url }}
- ${{ inputs.key }}
- ${{ inputs.language }}
- ${{ inputs.language }}

0 comments on commit a6c7db1

Please sign in to comment.