Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntegration into CI/CD as command line/post build script #161
Comments
|
The document does mention "If the CI server of your choice is using MSBuild, then integration of SCS is just a matter of adding NuGet packages and collecting the output from the build. SCS warnings are in the form of" |
|
Imho everything is in Continuous Integration Builds section already. |
|
i'm excuting |
|
@eloisetaylor5693 I'm not sure how to read your message: as "everything works, here is how to do it", suggestion for improvement or are you volunteering :) |

Sorry for not using the format you guys have given. Thats because this is not a bug. But wanted to understand the way the tool can be used.
So we have multiple C# and VB.NET projects build on .NET standard and .NET Core. We use git's pull request feature for every commit. The pull request triggers a Jenkins build process.
We would like to explore a possibility of running security-code-scan as a post build step as a command line step. Like say giving the .sln path as a parameter to say a dotnet command which runs secuirty-code-scan on the entire solution.
We dont want to add the nugget to each and every project that we have.
I haven't seen any document / guidance on such a usage. Is it possible ?