Skip to content

Commit

Permalink
Merge branch 'main' into chore/merge-develop-into-main
Browse files Browse the repository at this point in the history
  • Loading branch information
carine-bonnafous committed Jul 9, 2024
2 parents eae282c + 3ca1d39 commit 5892641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"github>alma/renovate:pre-commit"
],
"dependencyDashboard": true,
"reviewers": ["team:squad-pre-purchase"],
"reviewers": ["team:squad-e-commerce-integrations"],
"baseBranches": ["develop"],
"packageRules": [
{
"matchManagers": ["composer"],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aqua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Run Aqua scanner
uses: docker://aquasec/aqua-scanner
with:
args: trivy fs --sast --reachability --scanners config,vuln,secret .
args: trivy fs --sast --reachability --scanners misconfig,vuln,secret .
# To customize which severities add the following flag: --severity UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
# To enable SAST scanning, add: --sast
# To enable reachability scanning, add: --reachability
Expand Down

0 comments on commit 5892641

Please sign in to comment.