Skip to content

Commit

Permalink
add CI checks for coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 21, 2023
1 parent eabbafc commit 99dc799
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
env:
COVERITY_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
run: |
wget https://scan.coverity.com/download/linux64 --post-data "token=${COVERITY_TOKEN}&project=FreeRTOS-Kernel" -O coverity_tool.tgz
tar -z -x -f coverity_tool.tgz
pwd
ls -al cov-analysis-linux64-2022.12.2
echo "$GITHUB_ACTION_PATH"
echo $PATH
cd FreeRTOS/Demo/Posix_GCC
ls -al
../../../cov-analysis-linux64-2022.12.2/bin/cov-build --dir cov-int make -j
wget -nv -qO- https://scan.coverity.com/download/linux64 --post-data "token=${token}&project=FreeRTOS-Kernel" | tar -zx --one-top-level=cov_scan --strip-components 1
export PATH="$PATH:cov_scan/bin"

0 comments on commit 99dc799

Please sign in to comment.