Skip to content

build(deps): bump com.alibaba:druid-spring-boot-starter (#192) #202

build(deps): bump com.alibaba:druid-spring-boot-starter (#192)

build(deps): bump com.alibaba:druid-spring-boot-starter (#192) #202

name: Codacy Security Scan
on:
push:
branches: [ "master" ]
paths-ignore:
- '.github/**'
- 'README.md'
- '.gitignore'
- 'CHANGELOG.md'
- 'CONTRIBUTORS.md'
pull_request:
branches: [ "master" ]
paths-ignore:
- '.github/**'
- 'README.md'
- '.gitignore'
- 'CHANGELOG.md'
- 'CONTRIBUTORS.md'
jobs:
codacy-security-scan:
name: Codacy Security Scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Run Codacy Analysis CLI
uses: codacy/[email protected]
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
with:
sarif_file: results.sarif