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 3a0aeac commit f298267Copy full SHA for f298267
1 file changed
.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: nexB/scancode-action@alpha
+ - uses: ./ # Run the action from current branch
9
with:
10
pipelines: "analyze_docker_image"
11
input-urls:
0 commit comments