move license_finder job off qemu runner (#480) #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: License Finder | |
on: | |
workflow_dispatch: | |
workflow_call: | |
push: | |
jobs: | |
license_finder: | |
name: Audit 3rd-Party Licenses | |
runs-on: ubuntu-latest | |
container: ghcr.io/viamrobotics/canon:amd64 | |
timeout-minutes: 30 | |
steps: | |
- name: Check out code in rdk directory | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 2 | |
- name: Run license finder | |
run: | | |
sudo -u testbot bash -lc 'license_finder' |