SONAR-14822 Provide a GitHub Action to scan a project

This commit is contained in:
Wouter Admiraal
2021-05-11 16:37:25 +02:00
committed by Wouter Admiraal
parent 1ef5bf722a
commit 71de302835
8 changed files with 333 additions and 1 deletions

17
action.yml Normal file
View File

@@ -0,0 +1,17 @@
name: SonarQube Scan
description: >
Scan your code with SonarQube to detect Bugs, Vulnerabilities and Code Smells in more than 27 programming languages!
branding:
icon: check
color: green
runs:
using: docker
image: Dockerfile
inputs:
args:
description: Additional arguments to the sonar-scanner
required: false
projectBaseDir:
description: Set the sonar.projectBaseDir analysis property
required: false
default: .