kics-github-action icon indicating copy to clipboard operation
kics-github-action copied to clipboard

KICS documentation url in JSON output

Open apurvakg opened this issue 2 years ago • 0 comments

Hi Team, I am using KICS github action to scan my Kubernetes resource in my workflow. In the JSON output from the action, there is no KICS documentation Url of the scan, there is only Kubernetes documentation URL which doesnt help much. Can u please provide KICS documentation URL of the scan in the JSON output, for example: https://docs.kics.io/latest/queries/kubernetes-queries/b7652612-de4e-4466-a0bf-1cd81f0c6063/ .

Code used in my workflow:

name: run kics Scan 
id: run_kics_02
uses: Checkmarx/[email protected]
with:
  path: ${{ inputs.working_directory }}/02_deployment
  output_formats: json
  output_path: ${{ inputs.working_directory }}/
  fail_on: high,medium
  enable_annotations: false
  exclude_severities: 'info,low'

apurvakg avatar Jan 22 '24 08:01 apurvakg