Skip to content

Commit

Permalink
fix addition of new files to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturRibeiro-CX committed Jan 22, 2024
1 parent cedc806 commit 49af1ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ RUN wget https://github.com/GoogleCloudPlatform/terraformer/releases/download/0.
# kics-scan ignore-line
COPY --from=build_env /app/bin/kics /app/bin/kics
COPY --from=build_env /app/assets/queries /app/bin/assets/queries
COPY --from=build_env /app/assets/cwe_csv/cwe_taxonomies_latest.json /app/bin/assets/cwe_csv
COPY --from=build_env /app/assets/cwe_csv/Software-Development-CWE.csv /app/bin/assets/cwe_csv
COPY --from=build_env /app/assets/cwe_csv/* /app/bin/assets/cwe_csv
COPY --from=build_env /app/assets/libraries/* /app/bin/assets/libraries/

WORKDIR /app/bin
Expand Down

0 comments on commit 49af1ae

Please sign in to comment.