diff --git a/Dockerfile b/Dockerfile index 979560e..7a3db78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jdomagala/static_analysis:clang-tidy-11 +FROM jdomagala/static_analysis:latest COPY entrypoint.sh / RUN chmod +x /entrypoint.sh diff --git a/README.md b/README.md index b8024e7..f478544 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ You can use `cppcheck_args` input to set your flags. - **clang-tidy** will look for the ```.clang-tidy``` file in your repository. +## Output example +![output](https://github.com/JacobDomagala/StaticAnalysis/wiki/output_example.png) + ## Workflow example ```yml