Skip to content

Commit 479892c

Browse files
committed
updated codacy
1 parent 875a2fd commit 479892c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codacy_security.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches: [ "master", "main" ]
88

9+
permissions: write-all
10+
911
jobs:
1012
codacy-security-scan:
1113
name: Codacy Security Scan
@@ -24,8 +26,6 @@ jobs:
2426
# Force 0 exit code to allow SARIF file generation
2527
# This will hand over control about PR rejection to the GitHub side
2628
max-allowed-issues: 2147483647
27-
tools: trivy
28-
patterns: '**/*.h,**/*.c' # Add the patterns to be analyzed
2929

3030
# Upload the SARIF file generated in the previous step
3131
- name: Upload SARIF results file

0 commit comments

Comments
 (0)