Skip to content

Bump the github-actions group across 1 directory with 6 updates #59

Bump the github-actions group across 1 directory with 6 updates

Bump the github-actions group across 1 directory with 6 updates #59

Workflow file for this run

name: kics
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
security-events: write
contents: write
jobs:
kics:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run KICS Scan
uses: checkmarx/kics-github-action@94469746ec2c43de89a42fb9d2a80070f5d25b16 # v2.1.3
with:
path: './'
ignore_on_exit: results
output_path: report-dir/
token: ${{ secrets.BOT_GITHUB_TOKEN }}
enable_jobs_summary: true
platform_type: dockerfile
disable_secrets: true
- name: Upload SARIF file # Remove 'if' statement after making repo public; also add 'output_formats: 'sarif'' to the KICS action
if: false
uses: github/codeql-action/upload-sarif@8aba5f2c426ba0d5c3bb6b4b8fae38035772b3d3 # v3.26.8
with:
sarif_file: report-dir/results.sarif