Skip to content

Commit 1b35f88

Browse files
committed
Add workflow to run optional android d2d
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 0336e3d commit 1b35f88

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on: [push]
2+
3+
jobs:
4+
scan-codebase:
5+
runs-on: ubuntu-24.04
6+
name: Run Android D2D
7+
steps:
8+
- name: Get the action.yml from the current branch
9+
uses: actions/checkout@v4
10+
with:
11+
sparse-checkout: action.yml
12+
sparse-checkout-cone-mode: false
13+
14+
- uses: ./
15+
with:
16+
scancodeio-repo-branch: "bump-android"
17+
scancodeio-extras: "android_analysis"
18+
pipelines: "android_d2d"
19+
input-urls:
20+
https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/from-flume-ng-node-1.9.0.zip#from
21+
https://github.com/aboutcode-org/scancode.io/raw/main/scanpipe/tests/data/d2d/jars/to-flume-ng-node-1.9.0.zip#to

0 commit comments

Comments
 (0)