Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Sep 25, 2024
1 parent c8b473d commit be87bb9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ name: kics
on:
pull_request:
branches: [main]
paths:
- 'charts/**'
- '.github/workflows/kics.yml'
push:
branches: [main]
paths:
- 'charts/**'
- '.github/workflows/kics.yml'

permissions:
pull-requests: write
Expand All @@ -12,15 +20,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: run kics Scan
- name: Run KICS Scan
uses: checkmarx/kics-github-action@530ac1f8efe6202b0f12c9a6e952597ae707b755 # v2.1.2
with:
path: 'charts'
ignore_on_exit: results
output_path: report-dir/
output_formats: 'sarif'
token: ${{ secrets.GITHUB_TOKEN }}
enable_comments: true
enable_jobs_summary: true
platform_type: 'kubernetes'
disable_secrets: true
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@323f5ef653b88011bf10e9a0a56d70d742463c9a # v3.26.8
with:
Expand Down

0 comments on commit be87bb9

Please sign in to comment.