From 641eb4c9ee1b26147ca77859a9d8a7c7a08cc1e5 Mon Sep 17 00:00:00 2001 From: Jakub Domagala Date: Sat, 1 May 2021 02:24:28 +0200 Subject: [PATCH] [#7]: Add output screenshot to README --- Dockerfile | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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