Skip to content

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

Description

@AntonioFalcaoJr
      - 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions