File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ ignore:
3535 - vulnerability : CVE-2026-32283
3636 - vulnerability : CVE-2026-32281
3737 - vulnerability : CVE-2026-33810
38- - vulnerability : CVE-2026-6100
39- - vulnerability : CVE-2026-4786
38+ - vulnerability : CVE-2026-6100
39+ - vulnerability : CVE-2026-4786
4040# node_24 vulnerabilities
4141 - vulnerability : GHSA-c2c7-rcm5-vvqj
4242 - vulnerability : GHSA-7r86-cg39-jmmj
Original file line number Diff line number Diff line change 1212 "IMAGE_TAG" : " ${localEnv:IMAGE_TAG}"
1313 }
1414 },
15+ "runArgs" : [" --network=host" ],
1516 "postCreateCommand" : " bash ${SCRIPTS_DIR}/post_create.sh" ,
1617 "postStartCommand" : " bash ${SCRIPTS_DIR}/post_start.sh" ,
1718 "postAttachCommand" : " bash ${SCRIPTS_DIR}/post_attach.sh" ,
Original file line number Diff line number Diff line change 1515# Checks if packages are installed and installs them if not
1616check_packages () {
1717 if ! dpkg -s " $@ " > /dev/null 2>&1 ; then
18- sudo apt-get -y install --no-install-recommends " $@ "
18+ apt-get -y install --no-install-recommends " $@ "
1919 fi
2020}
2121
Original file line number Diff line number Diff line change 1515# Checks if packages are installed and installs them if not
1616check_packages () {
1717 if ! dpkg -s " $@ " > /dev/null 2>&1 ; then
18- sudo apt-get -y install --no-install-recommends " $@ "
18+ apt-get -y install --no-install-recommends " $@ "
1919 fi
2020}
2121
Original file line number Diff line number Diff line change 1515# Checks if packages are installed and installs them if not
1616check_packages () {
1717 if ! dpkg -s " $@ " > /dev/null 2>&1 ; then
18- sudo apt-get -y install --no-install-recommends " $@ "
18+ apt-get -y install --no-install-recommends " $@ "
1919 fi
2020}
2121
You can’t perform that action at this time.
0 commit comments