Closed R3DRUN3 closed 8 months ago
@R3DRUN3 Since the entrypoint.sh file was changed, it looks like we will need to update our copa-action images for v0.5.1 and v0.6.0. These action images are released from the main copacetic repo every time there is a new copacetic release. Since we merged this PR after those versions were released, they were not updated with the output argument feature. I am not sure why it works with sozercan/copa-action@out-vex. Besides the output file not produced, are you receiving a any error using the main branch?
sozercan/copa-action@out-vex
was my test repo 😀 it has a custom image in there: https://github.com/sozercan/copa-action/blob/out-vex/action.yaml#L53
like @ashnamehrotra mentioned, after copa cuts a new release this will be available.
Thank you! we'll wait for the new copa release.
Closing this - need to wait for new copacetic/copa-action image release.
We are trying to leverge the feature introduced by this PR in order to produce the openvex report. However, it appears that targeting the main branch of the action (
uses: project-copacetic/copa-action@main
) does not yield the expected results, as the output openvex file is not produced. Conversely, when targeting one of the test branches of @sozercan , it functions properly (uses: sozercan/copa-action@out-vex
).This is the implicated section of our patch pipeline: