Skip to content

KICS documentation url in JSON output #102

@apurvakg

Description

@apurvakg

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions