You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ from your **GitHub Workflows**.
25
25
-[Check for compliance issues](#check-for-compliance-issues)
26
26
-[Define a custom project name](#define-a-custom-project-name)
27
27
-[Install ScanCode.io from a repository branch](#install-scancodeio-from-a-repository-branch)
28
+
-[Install ScanCode.io with optional dependencies](#install-scancodeio-with-optional-dependencies)
28
29
-[Run source to binary mapping](#run-source-to-binary-mapping)
29
30
-[Where does the scan results go?](#where-are-the-scan-results)
30
31
@@ -227,6 +228,14 @@ Activate this behavior by enabling `check-compliance` and setting
227
228
scancodeio-repo-branch: "main"
228
229
```
229
230
231
+
### Install ScanCode.io with optional dependencies
232
+
233
+
```yaml
234
+
- uses: aboutcode-org/scancode-action@beta
235
+
with:
236
+
scancodeio-extras: "android_analysis,mining"
237
+
```
238
+
230
239
### Run source to binary mapping
231
240
232
241
Use this [workflow template](.github/workflows/map-deploy-to-develop-template.yml) for validating the integrity of open-source binary. It compares a project’s binary to its source code. Workflow will generate mapping between compiled binary and its original source code, which helps in spotting any malicious, unexpected, or otherwise undesirable code that may have made its way into the final binary.
0 commit comments