We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80212c3 commit f7df8f9Copy full SHA for f7df8f9
1 file changed
.github/workflows/quality-checks.yml
@@ -36,6 +36,7 @@ jobs:
36
name: copy .tool-versions
37
run: |
38
cp /home/vscode/.tool-versions "$HOME/.tool-versions"
39
+ sudo usermod -aG docker vscode
40
41
- &checkout
42
name: Checkout code
@@ -226,7 +227,6 @@ jobs:
226
227
id: normalized_docker_images
228
env:
229
DOCKER_IMAGES: ${{ inputs.docker_images }}
- shell: bash
230
231
if [ "${{ inputs.run_docker_scan }}" != "true" ]; then
232
echo "Docker scanning disabled; emitting empty image list."
0 commit comments