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
To run pipelines that are not part of the base image, such as `minecode_pipelines`
241
+
for PURL mining, provide the packages to install via `scancodeio-extra-packages`.
242
+
The action builds a local, throwaway image on top of `scancodeio-image` for this
243
+
run only:
244
+
245
+
```yaml
246
+
- uses: aboutcode-org/scancode-action@beta
247
+
with:
248
+
pipelines: "mine_pypi"
249
+
scancodeio-extra-packages: "minecode-pipelines"
250
+
```
251
+
233
252
### Run source to binary mapping
234
253
235
254
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