Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jeffrey H. Johnson
gfcp
Commits
a0eddf06
Verified
Commit
a0eddf06
authored
Jan 02, 2021
by
Jeffrey H. Johnson
Committed by
Jeffrey H. Johnson
Jan 02, 2021
Browse files
Create codacy-analysis.yml
parent
51c32bdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/codacy-analysis.yml
0 → 100644
View file @
a0eddf06
name
:
Codacy Security Scan
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
codacy-security-scan
:
name
:
Codacy Security Scan
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v2
-
name
:
Run Codacy Analysis CLI
uses
:
codacy/codacy-analysis-cli-action@1.1.0
with
:
project-token
:
${{ secrets.CODACY_PROJECT_TOKEN }}
verbose
:
true
output
:
results.sarif
format
:
sarif
gh-code-scanning-compat
:
true
max-allowed-issues
:
2147483647
-
name
:
Upload SARIF results file
uses
:
github/codeql-action/upload-sarif@v1
with
:
sarif_file
:
results.sarif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment