diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..52d19dc --- /dev/null +++ b/action.yml @@ -0,0 +1,8 @@ +name: 'SonarCloud Scan' +description: 'Scan your code with SonarCloud to detect bugs, vulnerabilities and code smells in more than 25 programming languages.' +branding: + icon: 'check' + color: 'green' +runs: + using: 'docker' + image: 'Dockerfile'