kubescape / storage

Apache License 2.0
1 stars 6 forks source link

add top level permissions: read-all for openssf #52

Closed matthyx closed 5 months ago

matthyx commented 10 months ago

PR Type:

Enhancement


PR Description:

This PR adds 'read-all' permissions to several GitHub workflow files. This change is aimed at providing top-level permissions for the OpenSSF project. The affected workflows include 'build.yaml', 'pr-created.yaml', 'pr-merged.yaml', and 'publish-image.yaml'.


PR Main Files Walkthrough:

files: `.github/workflows/build.yaml`: Added 'read-all' permissions to the workflow. `.github/workflows/pr-created.yaml`: Added 'read-all' permissions to the workflow. `.github/workflows/pr-merged.yaml`: Added 'read-all' permissions to the workflow. `.github/workflows/publish-image.yaml`: Added 'read-all' permissions to the workflow.
codiumai-pr-agent[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.

dwertent commented 8 months ago

@matthyx Can you please fix the conflicts?

matthyx commented 8 months ago

@matthyx Can you please fix the conflicts?

sure, but I think we need to test that, because I broke every repo I added this (and @amirmalka fixed them all)