Skip to content

Commit

Permalink
Add sarif tools to filter codeql results
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavoire committed Nov 27, 2023
1 parent 20018f5 commit f39fc53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/base-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ RUN VERSION="5.3.0" \
&& popd \
&& rm -rf "jemalloc-${VERSION}" "${TAR_NAME}"

# Install cmake_format
RUN pip3 install cmake_format
# Install cmake_format and sarif-tools (for codeql filtering)
RUN pip3 install cmake_format sarif-tools

# A specific user is required to get access to perf event ressources.
# This enables unit testing using perf-event ressources
Expand Down

0 comments on commit f39fc53

Please sign in to comment.