Skip to content

Commit

Permalink
Update marketplace icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Aug 9, 2022
1 parent f5194fc commit 5c6e01d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Audit Rust Dependencies
description: |
Audit Rust dependencies for vulnerabilities or outdated dependencies.
branding:
icon: "play"
color: "gray-dark"
icon: "shield"
color: "red"

inputs:
TOKEN:
Expand All @@ -22,8 +22,6 @@ inputs:
description: Create/Update issues for each found vulnerability.
required: false
default: "${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}"
# TODO: Add flag for controlling issues
# TODO: Only open issues for main/master but not for pull requests

runs:
using: composite
Expand Down

0 comments on commit 5c6e01d

Please sign in to comment.