Skip to content

Commit

Permalink
Refactor ignore config example
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mizutani committed Jun 16, 2024
1 parent c87d7a0 commit 2a61eda
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@ The following is an example of the ignore list configuration:
package octovy
IgnoreList: [
{
Target: "Gemfile.lock"
Vulns: [
{
ID: "CVE-2020-8130"
ExpiresAt: "2024-08-01T00:00:00Z"
Comment: "This is not used"
},
]
},
{
Target: "Gemfile.lock"
Vulns: [
{
ID: "CVE-2020-8130"
ExpiresAt: "2024-08-01T00:00:00Z"
Comment: "This is not used"
},
]
},
]
```

Expand Down

0 comments on commit 2a61eda

Please sign in to comment.