Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
AntonioFalcaoJr opened this issue Jan 26, 2023 · 2 comments
Closed
Labels
jira-issue Issue tracked on JIRA

Comments

@AntonioFalcaoJr
Copy link

      - name: Run Analysis
        uses: codacy/[email protected]
        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/[email protected]
        with:
          sarif_file: results.sarif

image

@github-actions github-actions bot added the jira-issue Issue tracked on JIRA label Jan 26, 2023
@github-actions github-actions bot changed the title QUESTION: How to output an alert with the complete file path? [TS-197] QUESTION: How to output an alert with the complete file path? Jan 26, 2023
@github-actions
Copy link

Internal ticket created : TS-197

@stefanvacareanu7
Copy link
Contributor

Duplicated by codacy/codacy-analysis-cli-action#101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira-issue Issue tracked on JIRA
Projects
None yet
Development

No branches or pull requests

3 participants
@AntonioFalcaoJr @stefanvacareanu7 and others