Hello,
Im having problems when importing issues generated by actionlint.
Im running actionlint
over the source code, then parsing the issues into json valid format according to this.
When Im uploading the data to sonarcloud Im getting an warning which says:
INFO: External issues ignored for ... unknown files, including: .github/workflows/cd-main.yml, ...
- ALM used GitHub
- GitHub actions
- The upload to sonar was made using
SonarSource/sonarcloud-github-action@master
Is there a way how can I make sonar to not exclude the .github folder from analysis results?