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

automation(renovate): pin GH actions by digest #547

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Conversation

flavio
Copy link
Member

@flavio flavio commented Jul 26, 2023

Configure renovate bot to pin GH actions using their digest, as documented here

Configure renovate bot to pin GH actions using their digest,
as documented here:
https://docs.renovatebot.com/modules/manager/github-actions/#additional-information

Signed-off-by: Flavio Castelli <[email protected]>
@flavio flavio requested a review from a team as a code owner July 26, 2023 07:30
Copy link
Member

@viccuad viccuad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, merging!

@flavio flavio merged commit c17b317 into kubewarden:main Jul 26, 2023
2 checks passed
viccuad pushed a commit to viccuad/kwctl that referenced this pull request Aug 13, 2024
A new component named `registrar` has been added to CLOMonitor. This
component polls periodically the data file listing the projects
available for a given foundation and synchronizes them with the
CLOMonitor database, adding, updating or deleting as needed.

The data file uses YAML format to define the available projects, and
each foundation must have a url configured pointing to its data file.

Sample project entry in the data file:

```yaml
- name: artifact-hub
  display_name: Artifact Hub
  description: Artifact Hub is a web-based application that enables finding, installing, and publishing packages and configurations for CNCF projects
  category: app definition
  home_url: https://artifacthub.io
  logo_url: https://raw.githubusercontent.com/cncf/artwork/master/projects/artifacthub/icon/color/artifacthub-icon-color.svg
  devstats_url: https://artifacthub.devstats.cncf.io/
  accepted_at: "2020-06-23"
  maturity: sandbox
  repositories:
    - name: artifact-hub
      url: https://github.com/artifacthub/hub
      check_sets:
        - community
        - code
```

Signed-off-by: Sergio Castaño Arteaga <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants