Skip to content

Commit 1860d23

Browse files
authored
Merge pull request #403 from snyk/fix/distroless_flag_static_scanning
Fix/distroless flag static scanning
2 parents 5499e59 + b99b8f1 commit 1860d23

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

bin/start-tilt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#! /bin/sh
22

3-
npm install tslint typescript tsc-watch -g
4-
exec tsc-watch --project tsconfig.json --onSuccess 'node --inspect-brk=0.0.0.0:9229 .'
3+
exec npx tsc-watch --project tsconfig.json --onSuccess 'node --inspect-brk=0.0.0.0:9229 .'

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"needle": "^2.4.0",
4040
"sleep-promise": "^8.0.1",
4141
"snyk-config": "3.0.0",
42-
"snyk-docker-plugin": "2.6.1",
42+
"snyk-docker-plugin": "2.6.2",
4343
"source-map-support": "^0.5.16",
4444
"typescript": "^3.8.3",
4545
"ws": "^7.2.1",

0 commit comments

Comments
 (0)