synopsys-sig / detect-action

Apache License 2.0
28 stars 32 forks source link

Action fails in Rapid mode when Detect tool version is set to 8.2.0 #40

Open raoganeshr opened 2 years ago

raoganeshr commented 2 years ago

When running synopsys-sig/detect-action@v0.3.3 in RAPID mode it fails with the error: Error: Failed due to an unhandled error: 'TypeError: Cannot read property 'join' of undefined' The scan worked in intelligent mode.

If I change the DETECT version from 8.2.0 to 7.9.0, the build passes

tvcsantos commented 1 year ago

Just to leave a reference to the other related issue #45. It has a bit more details on why it fails ;)

tvcsantos commented 1 year ago

Since this action is no longer maintained and some of the issues were blocking we decided to continue its development on an up to date fork https://github.com/mercedesbenzio/detect-action that has this issue fixed.