codacy/codacy-analysis-cli

[TS-197] QUESTION: How to output an alert with the complete file path?

AntonioFalcaoJr opened this issue · 2 comments

      - 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

image

Internal ticket created : TS-197