Skip to content

Commit 01eba7d

Browse files
authored
chore: set the lowest v2 support to node16 (#170)
1 parent 30d9ed7 commit 01eba7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trivy-task/trivyV2/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Aqua Security",
1111
"version": {
1212
"Major": 2,
13-
"Minor": 2,
13+
"Minor": 3,
1414
"Patch": 0
1515
},
1616
"instanceNameFormat": "Echo trivy $(version)",
@@ -211,7 +211,7 @@
211211
"Node20_1": {
212212
"target": "dist/index.js"
213213
},
214-
"Node10": {
214+
"Node16": {
215215
"target": "dist/index.js"
216216
}
217217
}

0 commit comments

Comments
 (0)