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 4a38d4b commit 7ccccf7Copy full SHA for 7ccccf7
.github/workflows/analyze-docker-image.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-22.04
6
name: Analyze a Docker image with ScanCode.io
7
steps:
8
- - uses: ./ # Run the action from current branch
+ - uses: nexB/scancode-action@alpha
9
with:
10
pipelines: "analyze_docker_image"
11
input-urls:
.github/workflows/scan-codebase.yml
@@ -6,10 +6,11 @@ jobs:
name: Scan codebase and check for compliance issues
- uses: actions/checkout@v4
- - name: Run the action from current branch
- uses: ./action.yml
12
- inputs-path: ./
+ path: scancode-inputs
+ - name: Run scancode-action from current branch
+ uses: ./scancode-inputs/action.yml
13
+ with:
14
pipelines: "scan_codebase"
15
check-compliance: true
16
compliance-fail-level: "WARNING"
0 commit comments