We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c6fe2 commit 80212c3Copy full SHA for 80212c3
1 file changed
.github/workflows/quality-checks.yml
@@ -215,6 +215,13 @@ jobs:
215
steps:
216
- *init_tool_versions
217
- *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
225
- name: Determine docker images to scan
226
id: normalized_docker_images
227
env:
0 commit comments