Skip to content

Commit 947cc6f

Browse files
committed
fix: make paths absolute
1 parent 8269fdf commit 947cc6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

advisories/V8-advisory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.6.7",
33
"id": "V8",
4-
"modified": "2025-01-23T22:56:57+01:00",
4+
"modified": "2025-01-23T23:29:18+01:00",
55
"published": "2024-11-22T16:36:05+01:00",
66
"summary": "https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/security/updates.md",
77
"details": "Dependency on outdated V8 found. Please update to the latest beta, stable, or extended stable versions.",

src/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ var (
6464
nowTimestamp = now.Format(time.RFC3339)
6565
today = format(now)
6666
policyPath = "policies/V8-policy.json"
67-
cachePath = "src/V8-cache.json"
68-
advisoryPath = "advisories/V8-advisory.json"
67+
cachePath = "./src/V8-cache.json"
68+
advisoryPath = "./advisories/V8-advisory.json"
6969
)
7070

7171
type Repositories interface {

0 commit comments

Comments
 (0)