Skip to content

Commit

Permalink
Look at uploaded files.
Browse files Browse the repository at this point in the history
  • Loading branch information
samth committed Jul 1, 2020
1 parent 96c93ab commit 3349873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scanbuild_static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
apt-get update
apt-get install -y libffi-dev unzip python libxml2-dev libfindbin-libs-perl make gcc g++ git
apt-get install -y libffi-dev unzip python libxml2-dev libfindbin-libs-perl make gcc g++ git tree
- uses: actions/checkout@v2
with:
fetch-depth: 100
Expand All @@ -43,6 +43,7 @@ jobs:
run: |
export cpus=$(grep -c ^processor /proc/cpuinfo)
scan-build -sarif -o ../../racketcgc-report -analyzer-config 'crosscheck-with-z3=true' make -j$((cpus + 1))
tree ../../racketcgc-report/
- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v1
if: always()
Expand Down

0 comments on commit 3349873

Please sign in to comment.