Update README.md
This commit is contained in:
Родитель
39a756e689
Коммит
6ec43c1911
|
@ -8,7 +8,7 @@ Add DevSkim to your GitHub Actions pipeline like below.
|
|||
|
||||
```
|
||||
- uses: actions/checkout@v2
|
||||
- uses: microsoft/DevSkim-Action
|
||||
- uses: microsoft/DevSkim-Action@1
|
||||
- uses: github/codeql-action/upload-sarif@v1
|
||||
with:
|
||||
sarif_file: devskim-results.sarif
|
||||
|
@ -22,6 +22,7 @@ You can also specify a number of options to the action.
|
|||
directory-to-scan: path/to/scan
|
||||
should-scan-archives: false
|
||||
output-filename: devskim-results.sarif
|
||||
output-directory: path/to/output (appended to $GITHUB_WORKSPACE)
|
||||
```
|
||||
|
||||
### Features
|
||||
|
@ -42,4 +43,4 @@ provided by the bot. You will only need to do this once across all repos using o
|
|||
|
||||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
||||
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
|
||||
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
||||
|
|
Загрузка…
Ссылка в новой задаче