Skip to content

ci(deps): bump peter-evans/repository-dispatch from 2 to 3 #7452

ci(deps): bump peter-evans/repository-dispatch from 2 to 3

ci(deps): bump peter-evans/repository-dispatch from 2 to 3 #7452

Workflow file for this run

name: kics-github-action
on:
pull_request:
branches: [master]
workflow_dispatch:
jobs:
kics-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run KICS Scan
uses: checkmarx/kics-github-action@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: "./Dockerfile"
ignore_on_exit: results
enable_comments: true
output_path: ./results
output_formats: json,html
type: dockerfile
- uses: actions/upload-artifact@v3
with:
name: results
path: ./results