Add template for running D2D on project build and source archive#30
Add template for running D2D on project build and source archive#30
Conversation
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
|
@keshav-space We need some documentation on how to use this. |
@tdruez added usage example in the README |
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
e9b600b to
30e80be
Compare
tdruez
left a comment
There was a problem hiding this comment.
It would be nice to add a workflow that displays the usage of the new template on a small Python or Java.
|
@keshav-space gentle ping... what's your ETA? |
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
|
@tdruez We now have an end-to-end working example for Python in docs. |
|
@keshav-space That's good but instead of putting this in the docs, it should be in the workflows and running as part of the check to ensure everything works on code changes. |
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
c2fc567 to
c0d4b5e
Compare
|
@tdruez We now have a running workflow that does source-binary mapping on https://github.com/bastikr/boolean.py using D2D template. |
|
@keshav-space Just to understand, why building the binaries in the context of this workflow instead of using already existing builds from the source project? |
|
@tdruez this would be used in cases where we don’t already have a release binary, but we want to run source binary mapping in a pull/merge request or manual trigger. |
Resolves: aboutcode-org/scancode.io#1774