We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c51ba3 commit 2867974Copy full SHA for 2867974
.github/workflows/pipeline.yml
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- name: SAST Scan
15
- run: |
16
- sudo apt-get update
17
- sudo apt-get install -y cppcheck
18
- cppcheck --error-exitcode=1 --enable=all .
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y cppcheck
+ cppcheck --error-exitcode=1 --enable=all --suppress=missingIncludeSystem .
19
20
- name: Build Container
21
run: docker build -t trading-engine:${{ github.sha }} .
0 commit comments