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 cd40d44
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 @@ -45,6 +45,8 @@ jobs:
SONAR_TOKEN: FAKE_TOKEN
- name: Assert
run: |
chmod -x ./test/assertFileContains
chmod -x ./test/assertFileExists
ls -la ./test
./test/assertFileContains ./output.properties "sonar.projectBaseDir=.*/baseDir"
# sonarHostUrlRequiredTest:
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 cd40d44

Please sign in to comment.