Skip to content

Commit

Permalink
Updating action.yml to include *-check config
Browse files Browse the repository at this point in the history
options.
  • Loading branch information
febuiles committed Nov 11, 2022
1 parent 9da0fd4 commit 51a29d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ inputs:
external-repo-token:
description: A token for fetching external configuration file if it lives in another repository. It is required if the repository is private
required: false
license-check:
description: A boolean to determine if license checks should be performed
required: false
default: true
vulnerability-check:
description: A boolean to determine if vulnerability checks should be performed
required: false
default: true

runs:
using: 'node16'
Expand Down

0 comments on commit 51a29d6

Please sign in to comment.