You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- there is `options: --user 1001:1001` below image
256
+
- the first step copies .tool-versions from /home/vscode to $HOME/.tool-versions
257
+
238
258
## Generating a .trivyignore file
239
259
You can generate a .trivyignore file for known vulnerabilities by either downloading the json scan output generated by the build, or by generating it locally using the scanning images commands above with a make target of scan-image-json
240
260
@@ -255,7 +275,7 @@ poetry run python \
255
275
```
256
276
257
277
## Common makefile targets
258
-
There are a set of common Makefiles that are defined in `src/base/.devcontainer/makefiles` and are included from `common.mk`. These are installed to all built container images.
278
+
There are a set of common Makefiles that are defined in `src/base/.devcontainer/Mk` and are included from `common.mk`. These are installed to /usr/local/share/eps/Mk on the base image so are available for all containers.
259
279
260
280
This should be added to the end of each projects Makefile to include them
0 commit comments