Changeset 6be4dd0 in mod_gnutls
- Timestamp:
- Oct 11, 2020, 9:45:17 AM (6 months ago)
- Branches:
- asyncio
- Children:
- 8da0c7e
- Parents:
- ec33c23
- git-author:
- Fiona Klute <fiona.klute@…> (10/11/20 09:35:19)
- git-committer:
- Fiona Klute <fiona.klute@…> (10/11/20 09:45:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/analysis.yaml
rec33c23 r6be4dd0 72 72 - name: cppcheck 73 73 run: | 74 cppcheck --project=compile_commands.json -DAF_UNIX=1 --enable=warning,style,unusedFunction 74 cppcheck --project=compile_commands.json -DAF_UNIX=1 --enable=warning,style,unusedFunction --xml 2>cppcheck.xml 75 - uses: airtower-luna/convert-to-sarif@main 76 with: 77 tool: 'CppCheck' 78 input_file: 'cppcheck.xml' 79 sarif_file: 'cppcheck.sarif' 80 - name: define CONTAINER_WORKSPACE 81 run: | 82 echo "CONTAINER_WORKSPACE=${PWD}" >> ${GITHUB_ENV} 83 - name: upload SARIF results 84 uses: github/codeql-action/upload-sarif@v1 85 with: 86 sarif_file: 'cppcheck.sarif' 87 checkout_path: ${{ env.CONTAINER_WORKSPACE }}
Note: See TracChangeset
for help on using the changeset viewer.