You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codeql-install.sh is missing Executable bit so won't be run
running chmod +x SAST/sast/codeql/codeql-install.sh before fixes the issues, file should be comitted with the exec bit
keep on the good work!
The text was updated successfully, but these errors were encountered:
When trying to docker-compose build under linux:
`=> ERROR [12/12] RUN /SAST/sast/codeql/codeql-install.sh /SAST/sast/code 0.3s
Dockerfile:27
25 |
26 | # codeql installation
27 | >>> RUN ${CODEQL_INTERFACE_DIR}/codeql-install.sh ${CODEQL_INTERFACE_DIR}/codeql-versions-list.yaml
`
codeql-install.sh is missing Executable bit so won't be run
running
chmod +x SAST/sast/codeql/codeql-install.sh
before fixes the issues, file should be comitted with the exec bitkeep on the good work!
The text was updated successfully, but these errors were encountered: