Skip to content

ci: Update 3rd-party components #411

ci: Update 3rd-party components

ci: Update 3rd-party components #411

Workflow file for this run

name: License Finder
on: [push, pull_request]
permissions:
contents: read
jobs:
license_finder:
runs-on: ubuntu-latest
container:
image: gianlucadb0/license_finder
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: License finder run
run: |
license_finder approvals add awesome_gpl_gem
license_finder > ./license-finder-report
- name: Upload artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: scan-license-finder-report
path: ./license-finder-report
- name: Artifact download
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: scan-license-finder-report