Skip to content

Commit c3f0725

Browse files
committed
Update link references of ownership from nexB to aboutcode-org
Signed-off-by: tdruez <[email protected]>
1 parent a43dd77 commit c3f0725

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
with:
1010
pipelines: "analyze_docker_image"
1111
input-urls:
12-
https://github.com/nexB/scancode.io-tutorial/releases/download/sample-images/30-alpine-nickolashkraus-staticbox-latest.tar
12+
https://github.com/aboutcode-org/scancode.io-tutorial/releases/download/sample-images/30-alpine-nickolashkraus-staticbox-latest.tar

.github/workflows/map-deploy-to-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
pipelines: "map_deploy_to_develop"
1111
input-urls:
12-
https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/from-flume-ng-node-1.9.0.zip#from
13-
https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/to-flume-ng-node-1.9.0.zip#to
12+
https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/from-flume-ng-node-1.9.0.zip#from
13+
https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/to-flume-ng-node-1.9.0.zip#to
1414
env:
1515
PURLDB_URL: https://public.purldb.io/

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,6 @@ typings/
9696

9797
# Editor
9898
.idea
99+
100+
# Various junk and temp files
101+
.DS_Store

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# `@nexB/scancode-action`
22

3-
Run [ScanCode.io](https://github.com/nexB/scancode.io) pipelines from your Workflows.
3+
Run [ScanCode.io](https://github.com/aboutcode-org/scancode.io) pipelines from your
4+
Workflows.
45

56
> [!IMPORTANT]
67
> The scancode-action is currently in the **alpha stage**, and we invite you to
@@ -73,8 +74,8 @@ steps:
7374
7475
## Examples
7576
76-
See https://github.com/nexB/scancode-action/tree/main/.github/workflows for Workflows
77-
examples.
77+
See https://github.com/aboutcode-org/scancode-action/tree/main/.github/workflows for
78+
Workflows examples.
7879
7980
### Scan repo codebase
8081

0 commit comments

Comments
 (0)