Skip to content

Commit 80212c3

Browse files
committed
debug
1 parent 12c6fe2 commit 80212c3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,13 @@ jobs:
215215
steps:
216216
- *init_tool_versions
217217
- *checkout
218+
- name: debug docker and shell environment
219+
run: |
220+
echo "current shell is $SHELL"
221+
echo "running id"
222+
id
223+
echo "Checking /var/run/docker.sock permissions"
224+
ls -la /var/run/docker.sock
218225
- name: Determine docker images to scan
219226
id: normalized_docker_images
220227
env:

0 commit comments

Comments
 (0)