We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8390046 commit 4a38d4bCopy full SHA for 4a38d4b
.github/workflows/scan-codebase.yml
@@ -6,15 +6,10 @@ jobs:
6
name: Scan codebase and check for compliance issues
7
steps:
8
- uses: actions/checkout@v4
9
- with:
10
- path: scancode-inputs
11
- - name: DEBUG
12
- shell: bash
13
- run: |
14
- ls ./scancode-inputs
15
- name: Run the action from current branch
16
- uses: ./scancode-inputs
+ uses: ./action.yml
17
with:
+ inputs-path: ./
18
pipelines: "scan_codebase"
19
check-compliance: true
20
compliance-fail-level: "WARNING"
0 commit comments