Create SBOM using github action in workflow #2035
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?React Native Steps to reproduceHello,
But it seems that's not enough to make it work, I got below error when running it from Codemagic: I'm a newbie with Codemagic. Thanks and Best Regards Expected resultsI expect it can run the github action without error. Actual resultsI got below error when running it from Codemagic: Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @perifitdevs, Please note that the GitHub Actions script won't work as is in Regarding the implementation of SBOM, you can directly follow the instruction process mentioned on their GitHub repo here by defining the scripts in the |
Beta Was this translation helpful? Give feedback.
Hi @perifitdevs, Please note that the GitHub Actions script won't work as is in
codemagic.yaml
file. Please check the documentation here on usingcodemagic.yaml
configuration for your workflows.Regarding the implementation of SBOM, you can directly follow the instruction process mentioned on their GitHub repo here by defining the scripts in the
codemagic.yaml
file, you can find a few examples here for reference.