Skip to content

Commit

Permalink
update static analysis, add security
Browse files Browse the repository at this point in the history
  • Loading branch information
juli1 committed Aug 8, 2023
1 parent fd78db5 commit 4fcc510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dd-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [push]

jobs:
check-quality:
runs-on: ubuntu-latest-16-cores
# runs-on: ubuntu-latest-16-cores
name: Datadog Static Analyzer
steps:
- name: Checkout
Expand All @@ -15,4 +15,4 @@ jobs:
dd_api_key: ${{ secrets.DD_API_KEY_STATIC_ANALYSIS }}
dd_service: "dd-trace-py"
dd_env: "ci"
cpu_count: 8
#cpu_count: 8
2 changes: 2 additions & 0 deletions static-analysis.datadog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ rulesets:
- python-code-style
- python-best-practices
- python-inclusive
- python-security

0 comments on commit 4fcc510

Please sign in to comment.