Skip to content

Commit

Permalink
fix: apispec scanner dockerfiles (Checkmarx#4022)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopeixotocx authored Aug 11, 2021
1 parent 3afe8ea commit 25eb82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.apispec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG VERSION="development"
ARG COMMIT="NOCOMMIT"
ARG SENTRY_DSN=""
ARG DESCRIPTIONS_URL=""
ARG APISCANNER = "true"
ARG APISCANNER="true"

#Copy go mod and sum files
COPY --chown=Checkmarx:Checkmarx go.mod .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.apispec.debian
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG VERSION="development"
ARG COMMIT="NOCOMMIT"
ARG SENTRY_DSN=""
ARG DESCRIPTIONS_URL=""
ARG APISCANNER = "true"
ARG APISCANNER="true"

#Copy go mod and sum files
COPY --chown=checkmarx:checkmarx go.mod .
Expand Down

0 comments on commit 25eb82d

Please sign in to comment.