mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-05-24 12:03:03 +03:00
SQSCANGHA-140 Add OpenPGP signature verification for scanner downloads (#235)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Path to sources
|
||||
sonar.sources=src
|
||||
sonar.exclusions=src/**/__tests__/*
|
||||
# sonar.inclusions=
|
||||
|
||||
# Path to tests
|
||||
sonar.tests=test,src
|
||||
# sonar.test.exclusions=
|
||||
sonar.test.inclusions=src/**/__tests__/*
|
||||
|
||||
# Source encoding
|
||||
# sonar.sourceEncoding=
|
||||
|
||||
# Exclusions for copy-paste detection
|
||||
# sonar.cpd.exclusions=
|
||||
|
||||
# Python version (for python projects only)
|
||||
# sonar.python.version=
|
||||
|
||||
# C++ standard version (for C++ projects only)
|
||||
# If not specified, it defaults to the latest supported standard
|
||||
# sonar.cfamily.reportingCppStandardOverride=c++98|c++11|c++14|c++17|c++20
|
||||
Reference in New Issue
Block a user