kubescape / github-action

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

Add DCO signoff to GitHub Action #55

Closed craigbox closed 9 months ago

craigbox commented 9 months ago

Type

Enhancement


Description

This PR includes the following changes:


PR changes walkthrough

Relevant files                                                                                                                                 
Configuration changes
1 files
release.yaml                                                                                               
    .github/workflows/release.yaml

    The changes in this file include the addition of DCO signoff
    in the GitHub Action and improvements in the wording of the
    commit message, PR title, and body. The term 'into' is
    replaced with 'to' for better clarity. Also, the description
    of the PR that bumps the `kubescape` version in the Docker
    image is updated.
+5/-4

User description

Required to make the automation succeed.

codiumai-pr-agent-free[bot] commented 9 months ago

PR Description updated to latest commit (https://github.com/kubescape/github-action/commit/6c9f8552adae5cc6fb1456564c70acdd1fbeedd2)

codiumai-pr-agent-free[bot] commented 9 months ago

PR Analysis

How to use

Instructions > To invoke the PR-Agent, add a comment using one of the following commands: > **/review**: Request a review of your Pull Request. > **/describe**: Update the PR title and description based on the contents of the PR. > **/improve [--extended]**: Suggest code improvements. Extended mode provides a higher quality feedback. > **/ask \**: Ask a question about the PR. > **/update_changelog**: Update the changelog based on the PR's contents. > **/add_docs**: Generate docstring for new components introduced in the PR. > **/generate_labels**: Generate labels for the PR based on the PR's contents. > see the [tools guide](https://github.com/Codium-ai/pr-agent/blob/main/docs/TOOLS_GUIDE.md) for more details. >To edit any configuration parameter from the [configuration.toml](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml), add --config_path=new_value. >For example: /review --pr_reviewer.extra_instructions="focus on the file: ..." >To list the possible configuration parameters, add a **/config** comment.