You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Action to integrate https://github.com/security-code-scan/security-code-scan into CI/CD process.
1
+
# Security-Code-Scan Action
2
+
3
+
This action is designed to run as part of a workflow that builds projects referencing NuGet [SecurityCodeScan.VS2019](https://www.nuget.org/packages/SecurityCodeScan.VS2019/).
4
+
5
+
It produces a GitHub compatible SARIF file for uploading to the repository 'Code scanning alerts'.
6
+
7
+
# Usage
8
+
9
+
See [action.yml](action.yml)
10
+
11
+
### Input Parameters
12
+
13
+
**sarif_directory**: _(optional)_ The output directory where SARIF files should be collected.
14
+
15
+
### Workflow Examples
16
+
17
+
The recommended way to add this action to your workflow is with a subsequent action that uploads the prepared SARIF files to the repository 'Code scanning alerts'.
0 commit comments