Skip to content

Bump dell/container-storage-modules/csi-metadata-retriever from v1.8.0 to v1.9.0 in /installation-wizard/container-storage-modules in the container-storage-modules group across 1 directory #608

Bump dell/container-storage-modules/csi-metadata-retriever from v1.8.0 to v1.9.0 in /installation-wizard/container-storage-modules in the container-storage-modules group across 1 directory

Bump dell/container-storage-modules/csi-metadata-retriever from v1.8.0 to v1.9.0 in /installation-wizard/container-storage-modules in the container-storage-modules group across 1 directory #608

Workflow file for this run

name: COSI driver
on:
push:
branches: [main]
pull_request:
branches: ["**"]
env:
GOPRIVATE: github.com/dell/*
TOKEN: ${{ secrets.GH_DELL_ACCESS }}
jobs:
kube-linter:
name: Kube Linter
runs-on: ubuntu-latest
steps:
- name: Configure git for private modules
run: |
git config --global url."https://csmbot:[email protected]".insteadOf "https://github.com"
echo "machine github.com login csmbot password $TOKEN" >> ~/.netrc
- name: Checkout the code
uses: actions/checkout@v4
- name: Scan repo with kube-linter
uses: stackrox/[email protected]
with:
directory: charts/cosi
config: kubelinter-config.yaml