Skip to content

Commit 7ccccf7

Browse files
committed
DEBUG #12
Signed-off-by: tdruez <[email protected]>
1 parent 4a38d4b commit 7ccccf7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/analyze-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-22.04
66
name: Analyze a Docker image with ScanCode.io
77
steps:
8-
- uses: ./ # Run the action from current branch
8+
- uses: nexB/scancode-action@alpha
99
with:
1010
pipelines: "analyze_docker_image"
1111
input-urls:

.github/workflows/scan-codebase.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ jobs:
66
name: Scan codebase and check for compliance issues
77
steps:
88
- uses: actions/checkout@v4
9-
- name: Run the action from current branch
10-
uses: ./action.yml
119
with:
12-
inputs-path: ./
10+
path: scancode-inputs
11+
- name: Run scancode-action from current branch
12+
uses: ./scancode-inputs/action.yml
13+
with:
1314
pipelines: "scan_codebase"
1415
check-compliance: true
1516
compliance-fail-level: "WARNING"

0 commit comments

Comments
 (0)