Skip to content

Commit 5dc29f7

Browse files
authored
Pull request scanning - add license report (#498)
1 parent b8ee0ab commit 5dc29f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1793
-567
lines changed

docs/install-azure-pipelines.md

+6
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,12 @@ jobs:
313313
# detected during pull request scanning. The notification is also sent to the email set
314314
# in the committer git profile regardless of whether this variable is set or not.
315315
# JF_EMAIL_RECEIVERS: ""
316+
317+
# [Optional]
318+
# Set the list of allowed licenses
319+
# The full list of licenses can be found in:
320+
# https://github.com/jfrog/frogbot/blob/master/docs/licenses.md
321+
# JF_ALLOWED_LICENSES: "MIT, Apache-2.0"
316322

317323
inputs:
318324
script: |

docs/install-gitlab.md

+6
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ frogbot-scan:
168168
# in the committer git profile regardless of whether this variable is set or not.
169169
# JF_EMAIL_RECEIVERS: ""
170170

171+
# [Optional]
172+
# Set the list of allowed licenses
173+
# The full list of licenses can be found in:
174+
# https://github.com/jfrog/frogbot/blob/master/docs/licenses.md
175+
# JF_ALLOWED_LICENSES: "MIT, Apache-2.0"
176+
171177
script:
172178
# For Linux / MacOS runner:
173179
- |

0 commit comments

Comments
 (0)