Skip to content

Commit

Permalink
Improve input-urls syntax #4
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Feb 8, 2024
1 parent 4df0d9b commit 9a8f3c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-22.04
name: Analyze a Docker image with ScanCode.io
steps:
- uses: "nexB/scancode-action@4-d2d-examples"
- uses: nexB/scancode-action@alpha
with:
pipelines: "analyze_docker_image"
input-urls:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/map-deploy-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-22.04
name: Map deploy to develop with ScanCode.io
steps:
- uses: "nexB/scancode-action@4-d2d-examples"
- uses: nexB/scancode-action@alpha
with:
pipelines: "map_deploy_to_develop"
input-urls:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-codebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
with:
path: scancode-inputs
- uses: nexB/scancode-action@4-d2d-examples
- uses: nexB/scancode-action@alpha
with:
pipelines: "scan_codebase,find_vulnerabilities"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-single-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- name: Download repository archive to scancode-inputs/ directory
run: |
wget --directory-prefix=scancode-inputs https://github.com/${GITHUB_REPOSITORY}/archive/${GITHUB_REF}.zip
- uses: nexB/scancode-action@4-d2d-examples
- uses: nexB/scancode-action@alpha
with:
pipelines: "scan_single_package"

0 comments on commit 9a8f3c2

Please sign in to comment.