Skip to content

Commit

Permalink
Add analysis-codacy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Jan 20, 2023
1 parent 7777c34 commit 32b2cde
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/analysis-codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Analysis - Codacy Security Scan

on:
push:
branches:
- main

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

- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@master
with:
output: results.sarif
format: sarif
gh-code-scanning-compat: true
max-allowed-issues: 2147483647

0 comments on commit 32b2cde

Please sign in to comment.