Giter Site home page Giter Site logo

sonarqube-gosec's Introduction

SonarQube and gosec integrations

Sample code for integrating with sonarqube and gosec

Configuration

  1. Run sonarqube in docker
docker run -d --name sonarqube -p 9000:9000 sonarqube
  1. Log into http://localhost:9000/sessions/new with user and password admin

  2. Click on the + and then Create new project set the project key to your-project-name.

  3. On the new page generate a token with name project

  4. Copy the token generated and replace the existing one for property sonar.login on the file sonar-project.properties

  5. Install sonar-scaner from here https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/

  6. Run all steps for getting the reports

# install gosec tool
go get github.com/securego/gosec/cmd/gosec

# generate coverage file
go test -short -coverprofile=./cov.out ./...

# generate gosec report in sonarqube format
gosec -fmt=sonarqube -out report.json ./...

# run sonar-scanner
# sonnar-scaner relies on a file named sonar-project.properties by default
sonar-scanner
  1. Access http://localhost:9000/dashboard?id=your-project-name

sonarqube-gosec's People

Contributors

smodoubeopenit avatar ricardolinck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.