Skip to content

Commit

Permalink
fix: config files
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Jul 31, 2024
1 parent db462c9 commit 0c94a3c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":automergeMinor",
":automergePr",
":automergeRequireAllStatusChecks",
":gitSignOff",
":pinVersions",
":semanticCommits",
Expand All @@ -11,8 +14,7 @@
":prConcurrentLimitNone",
":prHourlyLimitNone",
"security:openssf-scorecard",
"schedule:nonOfficeHours",
"group:all"
"schedule:nonOfficeHours"
],
"labels": [
"dependencies"
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
name: Code Scanning
#runs-on: ubuntu-latest
runs-on: namespace-profile-btp-scs
container:
image: returntocorp/semgrep
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -44,8 +42,8 @@ jobs:

- name: Install canvas dependencies
run: |
apk update
apk add --no-cache cairo-dev jpeg-dev pango-dev giflib-dev build-base g++ pkgconfig
sudo apt-get update
sudo apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- uses: crytic/slither-action@v0.4.0
id: slither
Expand Down
10 changes: 10 additions & 0 deletions defender.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"contract_inspector": {
"enabled": true,
"scan_directories": ["contracts"],
"exclude_rules": []
},
"dependency_checker": {
"enabled": true
}
}

0 comments on commit 0c94a3c

Please sign in to comment.