Skip to content

Run the action from current branch #12 #69

Run the action from current branch #12

Run the action from current branch #12 #69

Workflow file for this run

on: [push]
jobs:
scan-codebase:
runs-on: ubuntu-24.04
name: Scan codebase and check for compliance issues
steps:
- uses: actions/checkout@v4
with:
path: scancode-inputs
- name: Run the action from current branch
uses: ./
with:
pipelines: "scan_codebase"
check-compliance: true
compliance-fail-level: "WARNING"