[TS-197] QUESTION: How to output an alert with the complete file path?
AntonioFalcaoJr opened this issue · 2 comments
AntonioFalcaoJr commented
- name: Run Analysis
uses: codacy/codacy-analysis-cli-action@v4.2.0
with:
directory: ${{ inputs.path }}
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
verbose: true
output: results.sarif
format: sarif
tool: sonarscharp
gh-code-scanning-compat: true
- name: Upload SARIF results
uses: github/codeql-action/upload-sarif@v2.1.28
with:
sarif_file: results.sarif
github-actions commented
Internal ticket created : TS-197
stefanvacareanu7 commented
Duplicated by codacy/codacy-analysis-cli-action#101