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
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
A clear and concise description of what your question is.
No report found - See log excerpt.
Screenshots & log
If applicable, add screenshots to help explain your problem. Then, append SonarQube or Hadolint logs and do not forget to obfuscate them.
User environment
Please complete the following information.
OS: [e.g. Windows 10] Linux
SonarQube version [e.g. 7.9.3] 8.9.7
Java version: [e.g. 1.11] 11
Hadolint version: [e.g. 1.18.0] 2.10.0
Plugin version: [e.g. 1.0.0] 1.1.0
Additional context
Add any other context about the problem here.
Hadolint Run:
--> hadolint --no-color --format checkstyle /home/jenkins/agent/workspace/us-dgames-dev_cs-nodejs-eks_main/Dockerfile >hadolint-report.xml|| true
+ set +x
+ set +x
+ cat /home/jenkins/agent/workspace/us-dgames-dev_cs-nodejs-eks_main/hadolint-report.xml
<?xml version='1.0' encoding='UTF-8'?><checkstyle version='4.3'><file name='/home/jenkins/agent/workspace/us-dgames-dev_cs-nodejs-eks_main/Dockerfile' ><error line='5' column='1' severity='error' message='Use COPY instead of ADD for files and folders' source='DL3020' /><error line='7' column='1' severity='warning' message='Do not use apt as it is meant to be a end-user tool, use apt-get or apt-cache instead' source='DL3027' /><error line='15' column='1' severity='warning' message='`COPY` to a relative destination without `WORKDIR` set.' source='DL3045' /><error line='16' column='1' severity='warning' message='`COPY` to a relative destination without `WORKDIR` set.' source='DL3045' /><error line='17' column='1' severity='warning' message='`COPY` to a relative destination without `WORKDIR` set.' source='DL3045' /><error line='18' column='1' severity='warning' message='`COPY` to a relative destination without `WORKDIR` set.' source='DL3045' /><error line='19' column='1' severity='warning' message='`COPY` to a relative destination without `WORKDIR` set.' source='DL3045' /></file></checkstyle>
16:50:32.194 INFO: Sensor fr.cnes.sonar.plugins.hadolint.check.HadolintSensor [hadolint]
16:50:32.194 WARN: Access to the multi-values/property set property 'sonar.hadolint.reports.path' should be made using 'getStringArray' method. The SonarQube plugin using this property should be updated.
16:50:32.201 WARN: No report was found using pattern hadolint-report.xml
16:50:32.201 INFO: Sensor fr.cnes.sonar.plugins.hadolint.check.HadolintSensor [hadolint] (done) | time=7ms
16:50:32.201 INFO: Sensor fr.cnes.sonar.plugins.hadolint.check.MetricSensor [hadolint]
16:50:32.202 DEBUG: 'Dockerfile' generated metadata with charset 'UTF-8'
16:50:32.220 INFO: Sensor fr.cnes.sonar.plugins.hadolint.check.MetricSensor [hadolint] (done) | time=18ms
The text was updated successfully, but these errors were encountered:
Describe what you need to know
Screenshots & log
User environment
Additional context
Add any other context about the problem here.
Hadolint Run:
Sonar args:
Sonar output:
The text was updated successfully, but these errors were encountered: