Skip to content

Commit 2a61eda

Browse files
committed
Refactor ignore config example
1 parent c87d7a0 commit 2a61eda

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ The following is an example of the ignore list configuration:
7878
package octovy
7979
8080
IgnoreList: [
81-
{
82-
Target: "Gemfile.lock"
83-
Vulns: [
84-
{
85-
ID: "CVE-2020-8130"
86-
ExpiresAt: "2024-08-01T00:00:00Z"
87-
Comment: "This is not used"
88-
},
89-
]
90-
},
81+
{
82+
Target: "Gemfile.lock"
83+
Vulns: [
84+
{
85+
ID: "CVE-2020-8130"
86+
ExpiresAt: "2024-08-01T00:00:00Z"
87+
Comment: "This is not used"
88+
},
89+
]
90+
},
9191
]
9292
```
9393

0 commit comments

Comments
 (0)