Skip to content

Commit

Permalink
Merge pull request #327 from actions/adding-extra-options
Browse files Browse the repository at this point in the history
Updating action.yml to include `*-check` config options
  • Loading branch information
febuiles committed Nov 11, 2022
2 parents 235a221 + 51a29d6 commit a3074cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
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 a3074cd

Please sign in to comment.