Skip to content

OPSEXP-4226 Only wire SOLR_SECRET for the Community profile, and test it in CI #1059

OPSEXP-4226 Only wire SOLR_SECRET for the Community profile, and test it in CI

OPSEXP-4226 Only wire SOLR_SECRET for the Community profile, and test it in CI #1059

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: run kics Scan
uses: checkmarx/kics-github-action@05aa5eb70eede1355220f4ca5238d96b397e30a6 # v2.1.20
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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
with:
sarif_file: report-dir/results.sarif