Skip to content

OPSEXP-3321: remove 7.3 support from CI #559

OPSEXP-3321: remove 7.3 support from CI

OPSEXP-3321: remove 7.3 support from CI #559

Workflow file for this run

name: kics
on:
pull_request:
branches: [master]
paths:
- 'docker-compose/**'
- 'helm/**'
- '.github/workflows/kics.yml'
push:
branches: [master]
paths:
- 'docker-compose/**'
- 'helm/**'
- '.github/workflows/kics.yml'
permissions:
security-events: write
jobs:
kics:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: run kics Scan
uses: checkmarx/kics-github-action@c11ca46d31795a2f186f1af610d121e3bcd647a0 # v2.1.14
with:
path: 'docker-compose,helm'
ignore_on_exit: results
output_path: report-dir/
output_formats: 'sarif'
token: ${{ secrets.GITHUB_TOKEN }}
enable_jobs_summary: true
platform_type: 'dockercompose,kubernetes'
disable_secrets: true
config_path: .github/kics.yml
- name: Upload SARIF file
if: github.actor != 'dependabot[bot]'
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
with:
sarif_file: report-dir/results.sarif