Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KICS documentation url in JSON output #102

Open
apurvakg opened this issue Jan 22, 2024 · 0 comments
Open

KICS documentation url in JSON output #102

apurvakg opened this issue Jan 22, 2024 · 0 comments

Comments

@apurvakg
Copy link

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/kics-github-action@v1.7.0
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant