Skip to content

Commit

Permalink
Remove Codacy code scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
qligier committed Jan 24, 2024
1 parent 6e81507 commit ebdd772
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,28 +82,3 @@ jobs:
if: always()
with:
sarif_file: 'trivy-results.sarif'

codacy:
name: Codacy Security Scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@master
with:
output: results.sarif
format: sarif
# Adjust severity of non-security issues
gh-code-scanning-compat: true
# Force 0 exit code to allow SARIF file generation
# This will hand over control about PR rejection to the GitHub side
max-allowed-issues: 2147483647

# Upload the SARIF file generated in the previous step
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v2
if: always()
with:
sarif_file: results.sarif

0 comments on commit ebdd772

Please sign in to comment.