Skip to content

Commit

Permalink
Merge pull request #594 from ArielSAdams/fix-593-static-analysis-fail…
Browse files Browse the repository at this point in the history
…-second-upload

Fix #593, Add Category to Cppcheck Workflow
  • Loading branch information
dzbaker committed Oct 25, 2022
2 parents 35548bc + e84b504 commit 4590bbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
with:
sarif_file: 'general_cppcheck_err.sarif'
checkout_path: ${{ env.CONTAINER_WORKSPACE }}
category: 'General-cppcheck'

# Run strict static analysis for embedded portions of cfe, osal, and psp
- name: Strict cppcheck
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
with:
sarif_file: 'strict_cppcheck_err.sarif'
checkout_path: ${{ env.CONTAINER_WORKSPACE }}
category: 'Strict-cppcheck'

- name: Check for general errors
run: |
Expand Down

0 comments on commit 4590bbd

Please sign in to comment.