-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
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
Labels
No labels