File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
build :
34
34
runs-on : ubuntu-24.04
35
35
env :
36
- # Some pieces of code (image pulls for example) in podman consult TMPDIR or default to /var/tmp
36
+ # Some pieces of code (image pulls, for example) in podman consult TMPDIR or default to /var/tmp
37
37
TMPDIR : /home/runner/.local/share/containers/tmpdir
38
38
# Use the rootful instance of podman for sharing images with cri-o
39
39
# https://podman-desktop.io/blog/sharing-podman-images-with-kubernetes-cluster#introduction
43
43
IMAGE_REGISTRY : " ghcr.io/${{ github.repository }}/workbench-images"
44
44
# GitHub image registry used for storing $(CONTAINER_ENGINE)'s cache
45
45
CACHE : " ghcr.io/${{ github.repository }}/workbench-images/build-cache"
46
- TRIVY_VERSION : 0.57 .1
46
+ TRIVY_VERSION : 0.64 .1
47
47
TRIVY_VULNDB : " /home/runner/.local/share/containers/trivy_db"
48
48
# Targets (and their folder) that should be scanned using FS instead of IMAGE scan due to resource constraints
49
49
TRIVY_SCAN_FS_JSON : ' {}'
@@ -664,7 +664,7 @@ jobs:
664
664
# --ipc=host because Microsoft says so in Playwright docs
665
665
# --net=host because testcontainers connects to the Reaper container's exposed port
666
666
# we need to pass through the relevant environment variables
667
- # DEBUG configures nodejs debuggers, sets different verbosity as needed
667
+ # DEBUG configures Node.js debuggers, sets different verbosity as needed
668
668
# CI=true is set on every CI nowadays
669
669
# PODMAN_SOCK should be mounted to /var/run/docker.sock, other likely mounting locations may not exist (mkdir -p)
670
670
# TEST_TARGET is the workbench image the test will run
You can’t perform that action at this time.
0 commit comments