Skip to content

CLOUDP-274724 - readinessProbe: use human readable timestamps instead… #2042

CLOUDP-274724 - readinessProbe: use human readable timestamps instead…

CLOUDP-274724 - readinessProbe: use human readable timestamps instead… #2042

name: Kubelinter-check
on:
push:
branches:
- master
paths-ignore:
- docs/**
pull_request:
branches:
- master
workflow_dispatch: {}
jobs:
Kubelinter-check:
name: Run Kube-linter check
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Scan directory ./deploy/clusterwide/ with kube-linter
uses: stackrox/[email protected]
with:
directory: deploy/clusterwide
config: ${GITHUB_WORKSPACE}/.github/config_files/config_lint_clusterwide.yaml
version: "48442350" # Note: This is the id for release 0.2.3 returned from api.github.com/repos/stackrox/kube-linter/releases
- name: Scan directory ./deploy/openshift/ with kube-linter
uses: stackrox/[email protected]
with:
directory: deploy/openshift
config: ${GITHUB_WORKSPACE}/.github/config_files/config_lint_openshift.yaml
version: "48442350"
- name: Scan directory ./config/manager/ with kube-linter
uses: stackrox/[email protected]
with:
directory: config/manager/manager.yaml
config: ${GITHUB_WORKSPACE}/.github/config_files/config_lint.yaml
version: "48442350"
- name: Scan directory ./config/samples/ with kube-linter
uses: stackrox/[email protected]
with:
directory: config/samples
config: ${GITHUB_WORKSPACE}/.github/config_files/config_lint.yaml
version: "48442350"