Skip to content

Commit

Permalink
coverity scan to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 21, 2023
1 parent d88b0b2 commit ed0cdb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: |
wget https://scan.coverity.com/download/linux64 --post-data "token=${COVERITY_TOKEN}&project=FreeRTOS-Kernel" -O coverity_tool.tgz
tar -xvzf coverity_tool.tgz
pwd
ls -al coverity_tool
echo "$GITHUB_ACTION_PATH"
echo $PATH
cd FreeRTOS/Demo/Posix_GCC
Expand Down

0 comments on commit ed0cdb6

Please sign in to comment.