github-action
github-action copied to clipboard
GitHub action to run Kubescape scans
As the title. The `Inputs` section of readme does not have the `format` option listed. I was curious if values are possible for `format` other than `sarif`, idk like `sbom`...
When I go to "Code Scanning" in a new GitHub repo and try and enable Kubescape there, it's not listed. https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace suggests the required steps to get into their marketplace.
[Origin](https://github.com/kubescape/github-action/pull/11#discussion_r976908222). Kubescape defines a `--fail-threshold` flag, but the Action’s input is called `failedThreshold`. I think we should change the input name to match the CLI flag to failThreshold.
Hello, I can't scan a private image that is stored in ghcr.io. I've verified the credentials. Here is the pipeline: ```yaml name: Deploy to dev env on: push: branches: ["dev"]...
Below is the workflow file I am using, which is trying to run `kubescape/[email protected]` producing `results.sarif` and uploading it to Github Code Scanning via `github/codeql-action/upload-sarif@v3`, but the sarif file is...