We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0336e3d commit 1b35f88Copy full SHA for 1b35f88
.github/workflows/run-android-deploy-to-develop.yml
@@ -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
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