Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CVEs, add Make targets, update linters #91

Merged
merged 7 commits into from
Jan 25, 2022

Commits on Jan 25, 2022

  1. update golangci-linter version to latest

    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2800a46 View commit details
    Browse the repository at this point in the history
  2. Add clean and mod check targets to makefile

    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    7753151 View commit details
    Browse the repository at this point in the history
  3. add codespell linter to the github workflow actions

    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    a6e2356 View commit details
    Browse the repository at this point in the history
  4. Squashed 'release-tools/' changes from 31aa44d..5d66471

    5d66471 Merge pull request kubernetes-csi#186 from humblec/sp
    d066f1b Correct prow.sh typo and make codespell linter pass
    762e22d Merge pull request kubernetes-csi#184 from pohly/image-publishing-troubleshooting
    81e26c3 SIDECAR_RELEASE_PROCESS.md: add troubleshooting for image publishing
    
    git-subtree-dir: release-tools
    git-subtree-split: 5d664712ab7cbc626a7b0074291461ea57c3a25b
    humblec committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    1cb827b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a168c5 View commit details
    Browse the repository at this point in the history
  6. Fix CVEs in plugin binary of iscsi driver

    Many CVEs are fixed in the latest base version and this lift the same.
    
    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    5b5f203 View commit details
    Browse the repository at this point in the history
  7. Add shellcheck github action

    Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
    humblec committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    1dca926 View commit details
    Browse the repository at this point in the history