-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update link references of ownership from nexB to aboutcode-org
Signed-off-by: Chin Yeung Li <[email protected]>
- Loading branch information
1 parent
6cebf8d
commit 3ad6e07
Showing
3 changed files
with
94 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
on: [push] | ||
|
||
jobs: | ||
scan-codebase: | ||
runs-on: ubuntu-22.04 | ||
name: Analyze a Docker image with ScanCode.io | ||
steps: | ||
- uses: nexB/scancode-action@alpha | ||
with: | ||
pipelines: "analyze_docker_image" | ||
input-urls: | ||
https://github.com/nexB/scancode.io-tutorial/releases/download/sample-images/30-alpine-nickolashkraus-staticbox-latest.tar | ||
scan-codebase: | ||
runs-on: ubuntu-22.04 | ||
name: Analyze a Docker image with ScanCode.io | ||
steps: | ||
- uses: nexB/scancode-action@alpha | ||
with: | ||
pipelines: 'analyze_docker_image' | ||
input-urls: https://github.com/aboutcode-org/scancode.io-tutorial/releases/download/sample-images/30-alpine-nickolashkraus-staticbox-latest.tar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
on: [push] | ||
|
||
jobs: | ||
scan-codebase: | ||
runs-on: ubuntu-22.04 | ||
name: Map deploy to develop with ScanCode.io | ||
steps: | ||
- uses: nexB/scancode-action@alpha | ||
with: | ||
pipelines: "map_deploy_to_develop" | ||
input-urls: | ||
https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/from-flume-ng-node-1.9.0.zip#from | ||
https://github.com/nexB/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/to-flume-ng-node-1.9.0.zip#to | ||
env: | ||
PURLDB_URL: https://public.purldb.io/ | ||
scan-codebase: | ||
runs-on: ubuntu-22.04 | ||
name: Map deploy to develop with ScanCode.io | ||
steps: | ||
- uses: nexB/scancode-action@alpha | ||
with: | ||
pipelines: 'map_deploy_to_develop' | ||
input-urls: | ||
https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/from-flume-ng-node-1.9.0.zip#from | ||
https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/to-flume-ng-node-1.9.0.zip#to | ||
env: | ||
PURLDB_URL: https://public.purldb.io/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters