kubescape / github-action

GitHub action to run Kubescape scans
Apache License 2.0
18 stars 20 forks source link

Update README.md #52

Closed dwertent closed 10 months ago

dwertent commented 10 months ago

PR Type:

Refactoring


PR Description:

This PR updates the Docker image used in the GitHub Actions workflow. Specifically, it changes the image from 'quay.io/kubescape/kubescape' to 'nginx'.


PR Main Files Walkthrough:

files: `README.md`: The Docker image used in the GitHub Actions workflow has been updated from 'quay.io/kubescape/kubescape' to 'nginx'.
codiumai-pr-agent-free[bot] commented 10 months ago

PR Analysis

How to use

To invoke the PR-Agent, add a comment using one of the following commands: /review [-i]: Request a review of your Pull Request. For an incremental review, which only considers changes since the last review, include the '-i' option. /describe: Modify the PR title and description based on the contents of the PR. /improve [--extended]: Suggest improvements to the code in the PR. Extended mode employs several calls, and provides a more thorough feedback. /ask \<QUESTION>: Pose a question about the PR. /update_changelog: Update the changelog based on the PR's contents.

To edit any configuration parameter from configuration.toml, add --config_path=new_value For example: /review --pr_reviewer.extra_instructions="focus on the file: ..." To list the possible configuration parameters, use the /config command.