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

Use reusable vulnerability check workflow #2288

Merged
merged 3 commits into from
Oct 25, 2024
Merged

Conversation

ymorimo
Copy link
Contributor

@ymorimo ymorimo commented Oct 18, 2024

Description

This PR changes to use the reusable vuln-check workflow (scalar-labs/actions#9).

Related issues and/or PRs

Changes made

  • Replaced the vulnerability checking job In vuln-check.yaml file with a reusable workflow call.
  • Removed scripts in ci/vuln-check/
  • No changes in manual-vuln-check.yaml and scheduled-vuln-check.yaml

Checklist

  • I have commented my code, particularly in hard-to-understand areas.
  • I have updated the documentation to reflect the changes.
  • Any remaining open issues linked to this PR are documented and up-to-date (Jira, GitHub, etc.).
  • Tests (unit, integration, etc.) have been added for the changes.
  • My changes generate no new warnings.
  • Any dependent changes in other PRs have been merged and published.

Additional notes (optional)

N/A

Release notes

Used the new reusable vulnerability check workflow.

Copy link
Contributor

@komamitsu komamitsu left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

Copy link
Contributor

@jnmt jnmt left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

@feeblefakie feeblefakie requested a review from brfrn169 October 23, 2024 01:59
Copy link
Contributor

@feeblefakie feeblefakie left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we really need to keep this file vuln-check.yaml? Can we use the reusable vulnerability check workflow scalar-labs/actions/.github/workflows/vuln-check-reusable.yaml@main directly in manual-vuln-check.yaml and scheduled-vuln-check.yaml?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Currently, the vuln-check.yaml file has only the functionality to not duplicate the with: block. It has several repository-specific default values.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Understood. Thanks!

Copy link
Collaborator

@brfrn169 brfrn169 left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you!

Copy link
Contributor

@Torch3333 Torch3333 left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants