Replies: 1 comment
-
Nvm. I have to run this in the same job that builds the packages, not in a separate job. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When i run the SBOM tool in GitHub action, it finds cargo files in my repo but fails to detect the csproj files for NuGet info.
This is one of the actions i ran that has verbose output:
https://github.com/HotCakeX/Harden-Windows-Security/actions/runs/14592652813/job/40932848879
You can see it does recursively scan the directory, which is here in my repo:
https://github.com/HotCakeX/Harden-Windows-Security/tree/main/
And i have 3 csproj files in there but it doesn't find any of them.
Here is how i've implemented it in my action:
https://github.com/HotCakeX/Harden-Windows-Security/blob/cb36d296f3da755eafd96a43de91f775cfc546c1/.github/workflows/Build%20AppControl%20Manager%20MSIX%20Package.yml#L473
Is there something i'm doing wrong or is this a bug? It works fine when i run it locally on my device.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions