Skip to content

tools/k8s-setup.sh: add containerd proxy configuration #160

tools/k8s-setup.sh: add containerd proxy configuration

tools/k8s-setup.sh: add containerd proxy configuration #160

Workflow file for this run

name: Shell Code Scan
on:
push:
branches:
- main
paths:
- '**/*.sh'
pull_request:
paths:
- '**/*.sh'
workflow_dispatch:
jobs:
codescan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1091