Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Dec 19, 2023
1 parent 1fac443 commit d02408a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
codacy-security-scan:
name: Codacy Security Scan
runs-on: ubuntu-latest
strategy:
matrix:
# List of Codacy-supported tools: https://docs.codacy.com/repositories-configure/codacy-configuration-file/#which-tools-can-be-configured-and-which-name-should-i-use%20%20tool-timeout:
tool: [
cppcheck, # static analysis of C/C++ code
flawfinder, # a static analysis tool for finding vulnerabilities in C/C++ source code
markdownlint, # A Node.js style checker and lint tool for Markdown/CommonMark files
pmd, # includes CPD, the copy-paste-detector. CPD finds duplicated code in C/C++, etc
]
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
Expand Down

0 comments on commit d02408a

Please sign in to comment.