Skip to content

militarpancho/sonar-scanners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Sonar Scanners for several languages

Until now, this repo contains the following scanners:

  • Javascript/Typescript

https://hub.docker.com/r/militarpancho1/sonar-scanner

General cli USAGE (Example with drone ci)

kind: pipeline
name: code-analysis
steps:
- name: sonar
  image: militarpancho1/sonar-scanner
  environment:
    SONAR_HOST:
      from_secret: ___
    SONAR_TOKEN:
      from_secret: ___
    SONAR_PROJECT_KEY:
      from_secret: ___
    SONAR_TS_REPORTPATH: ./app/javascript/coverage/lcov.info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published