Skip to content

Commit

Permalink
Override permission on script files
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-vinot-sonarsource committed May 15, 2024
1 parent 00a7a73 commit 8ae78e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- name: Assert
run: |
ls -la ./test
chmod -x ./test/assertFileContains
chmod -x ./test/assertFileExists
./test/assertFileContains ./output.properties "sonar.projectBaseDir=.*/baseDir"
# sonarHostUrlRequiredTest:
# name: >
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ ENV LC_ALL="C.UTF-8"

WORKDIR /opt

USER 0

# Prepare entrypoint
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 8ae78e5

Please sign in to comment.