1
0
Fork 0
mirror of synced 2026-06-05 17:08:20 +00:00
sonarcloud-github-action/action.yml

20 lines
512 B
YAML

name: SonarCloud Scan
description: >
Scan your code with SonarCloud to detect bugs, vulnerabilities and code smells
in 26+ programming languages.
branding:
icon: check
color: green
runs:
using: docker
image: Dockerfile
entrypoint: "/entrypoint.sh"
post-entrypoint: "/cleanup.sh"
inputs:
args:
description: Additional arguments to the sonarcloud scanner
required: false
projectBaseDir:
description: Set the sonar.projectBaseDir analysis property
required: false
default: .