File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ jobs:
509
509
fetch-depth : 0
510
510
511
511
- name : Run Trivy vulnerability scanner in repo mode
512
- uses : aquasecurity/trivy-action@df3fb7d00b594d641478ba45b867f5cbb32108be
512
+ uses : aquasecurity/trivy-action@e27605859b9550f81ddd818eb816c8cb83cf9650
513
513
with :
514
514
scan-type : " fs"
515
515
scan-ref : " ."
Original file line number Diff line number Diff line change 51
51
uses : actions/checkout@v3
52
52
53
53
- name : Run Trivy vulnerability scanner in image mode
54
- uses : aquasecurity/trivy-action@df3fb7d00b594d641478ba45b867f5cbb32108be
54
+ uses : aquasecurity/trivy-action@e27605859b9550f81ddd818eb816c8cb83cf9650
55
55
with :
56
56
image-ref : " docker.io/codercom/code-server:latest"
57
57
ignore-unfixed : true
Original file line number Diff line number Diff line change 100
100
"limiter" : " ^1.1.5" ,
101
101
"pem" : " ^1.14.2" ,
102
102
"proxy-agent" : " ^5.0.0" ,
103
- "qs" : " 6.10.3 " ,
103
+ "qs" : " 6.10.5 " ,
104
104
"rotating-file-stream" : " ^3.0.0" ,
105
105
"safe-buffer" : " ^5.1.1" ,
106
106
"safe-compare" : " ^1.1.4" ,
Original file line number Diff line number Diff line change @@ -3513,10 +3513,10 @@ punycode@^2.1.0:
3513
3513
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
3514
3514
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
3515
3515
3516
-
3517
- version "6.10.3 "
3518
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.3 .tgz#d6cde1b2ffca87b5aa57889816c5f81535e22e8e "
3519
- integrity sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ ==
3516
+
3517
+ version "6.10.5 "
3518
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.5 .tgz#974715920a80ff6a262264acd2c7e6c2a53282b4 "
3519
+ integrity sha512-O5RlPh0VFtR78y79rgcgKK4wbAI0C5zGVLztOIdpWX6ep368q5Hv6XRxDvXuZ9q3C6v+e3n8UfZZJw7IIG27eQ ==
3520
3520
dependencies :
3521
3521
side-channel "^1.0.4"
3522
3522
You can’t perform that action at this time.
0 commit comments