Skip to content

Commit

Permalink
Merge pull request #4 from opendevstack/fix/cfg-trustore-permissions
Browse files Browse the repository at this point in the history
Fix permissions of configure-trustore script
  • Loading branch information
michaelsauter authored Oct 9, 2023
2 parents 8c789c7 + e7cc216 commit ebd85cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/images/Dockerfile.scan
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ COPY --from=builder /usr/local/sonar-scanner-cli /usr/local/sonar-scanner-cli
COPY --from=builder /usr/local/cnes/cnesreport.jar /usr/local/cnes/cnesreport.jar
COPY build/images/sonar-project.properties.d /usr/local/default-sonar-project.properties.d
ADD https://raw.githubusercontent.com/opendevstack/ods-pipeline/v0.14.0-preview.1/build/images/scripts/configure-truststore.sh /usr/local/bin/configure-truststore
RUN chmod +rx /usr/local/bin/configure-truststore

ENV PATH=/usr/local/sonar-scanner-cli/bin:$PATH

Expand Down

0 comments on commit ebd85cc

Please sign in to comment.