Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/license-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ jobs:
working-directory: ./src

- name: Perform License Scanning
id: license_scanning
run: license_finder -r

- name: Check License Header
uses: apache/skywalking-eyes@main

- name: Check this step to see how to resolve failure
if: ${{ failure() }}
- name: Check this step to see how to resolve failure with license scanning
if: ${{ failure() && steps.license_scanning.conclusion == 'failure' }}
run: echo "You have added a new package that needs to be manually checked to ensure it fits our license allowances. Please read the 'License Scanning' section of the 'CONTRIBUTING.MD' file to see what the next steps are."