Skip to content

Commit

Permalink
Merge pull request #17 from Conjur-Enterprise/CNJR-6482
Browse files Browse the repository at this point in the history
CNJR-6482 Fix/ignore Kics issues
  • Loading branch information
szh authored and GitHub Enterprise committed Sep 11, 2024
2 parents 29ebeaa + 59cefd1 commit 64ade28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ ENV GOARCH=amd64

COPY go.mod go.sum ./

RUN apt update -y && \
apt install -y bash \
git && \
RUN apt-get update -y && \
apt-get install -y --no-install-recommends bash git && \
go mod download && \
go install github.com/jstemmer/go-junit-report@latest && \
go install github.com/axw/gocov/gocov@latest && \
Expand Down
7 changes: 7 additions & 0 deletions kics.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# All of the following issues are not a concern for the Dockerfiles in this
# repository since they're only used in the build process.
exclude-queries:
- fd54f200-402c-4333-a5a4-36ef6709af2f # Missing User Instruction
- b03a748a-542d-44f4-bb86-9199ab4fd2d5 # Healthcheck Not Set
- 965a08d7-ef86-4f14-8792-4a3b2098937e # Apt Get Install Pin Version Not Defined
- df746b39-6564-4fed-bf85-e9c44382303c # Apt Get Install Lists Were Not Deleted

0 comments on commit 64ade28

Please sign in to comment.