Auto regenerate files - [Skip GitHub Action]

This commit is contained in:
GitHub Action
2021-02-11 21:37:54 +00:00
parent 819a4c9fb1
commit 2a3340336b
4 changed files with 82 additions and 34 deletions

View File

@@ -330,6 +330,31 @@ inputs:
description: Minimum threshold
default: 0%
# ====================================================================================
# 📜 Licenses
# Enable or disable plugin
plugin_licenses:
description: Display licenses informations
default: no
# Command to use to setup target repository
# It is required to install all dependencies that will be analyzed with github/licensed
plugin_licenses_setup:
description: Command to setup target repository
default: ""
# Display used licenses from both repository license and dependencies licenses ratio
plugin_licenses_ratio:
description: Display used licenses ratio
default: no
# Display permissions, limitations and conditions from both repository license and dependencies licenses
# Note that this is NOT legal advice, use at your own risk
plugin_licenses_legal:
description: Display legal informations about used licenses
default: yes
# ====================================================================================
# 👨‍💻 Lines of code changed