Skip to content

chore(deps): update actions/setup-python action to v5 #350

chore(deps): update actions/setup-python action to v5

chore(deps): update actions/setup-python action to v5 #350

Workflow file for this run

---
name: Security (Helm)
on: # yamllint disable-line rule:truthy
pull_request:
types: [opened, synchronize]
paths:
- .github/workflows/security.helm.yml
- charts/**
jobs:
# Analyze statically Helm charts to identify any policy violations.
checkov:
name: Checkov
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.8'
check-latest: true
- uses: bridgecrewio/checkov-action@a6b06158ca30c135b38291f4fa0da67d188ca8f4
with:
directory: charts/gitlab-ci-runner-exporter
framework: helm
skip_check: CKV_K8S_11,CKV_K8S_15,CKV_K8S_21,CKV_K8S_35,CKV_K8S_43
- uses: github/codeql-action/upload-sarif@43750fe4fc4f068f04f2215206e6f6a29c78c763 # tag=codeql-bundle-20221211
if: always()
with:
category: checkov-helm
sarif_file: results.sarif