Skip to content

Commit

Permalink
Update references to aboutcode-org in docs and workflow aboutcode-org…
Browse files Browse the repository at this point in the history
…#1350

Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Aug 21, 2024
1 parent 90ac7e6 commit 0920ff4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
push: true
tags: |
${{ steps.meta.outputs.tags }}
${{ env.REGISTRY }}/nexb/scancode.io:latest
${{ env.REGISTRY }}/aboutcode-org/scancode.io:latest
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ you may use the Docker image to run pipelines as a single command:
docker run --rm \
-v "$(pwd)":/codedrop \
ghcr.io/nexb/scancode.io:latest \
ghcr.io/aboutcode-org/scancode.io:latest \
sh -c "run scan_codebase /codedrop" \
> results.json
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial_cli_end_to_end_scanning_to_dejacode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ on the codebase in our current directory.
docker run --rm \
-v "$(pwd)":/code \
ghcr.io/nexb/scancode.io:latest \
ghcr.io/aboutcode-org/scancode.io:latest \
sh -c "run inspect_packages:StaticResolver /code" \
> results.json
Expand Down

0 comments on commit 0920ff4

Please sign in to comment.