mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
disable sarif generation, so we at least get a result
This commit is contained in:
parent
2eb26aced4
commit
a8901e6d6e
1 changed files with 5 additions and 5 deletions
10
.github/workflows/codacy-analysis.yml
vendored
10
.github/workflows/codacy-analysis.yml
vendored
|
|
@ -36,14 +36,14 @@ jobs:
|
|||
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
|
||||
# You can also omit the token and run the tools that support default configurations
|
||||
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
||||
verbose: true
|
||||
output: results.sarif
|
||||
format: sarif
|
||||
# verbose: true
|
||||
# output: results.sarif
|
||||
# format: sarif
|
||||
# Adjust severity of non-security issues
|
||||
gh-code-scanning-compat: true
|
||||
# gh-code-scanning-compat: true
|
||||
# Force 0 exit code to allow SARIF file generation
|
||||
# This will handover control about PR rejection to the GitHub side
|
||||
max-allowed-issues: 2147483647
|
||||
# max-allowed-issues: 2147483647
|
||||
|
||||
# Upload the SARIF file generated in the previous step
|
||||
# disabled due to: https://github.com/codacy/codacy-analysis-cli-action/issues/142
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue