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

Add actionlint & fix detected issues #1708

Merged
merged 3 commits into from
Dec 28, 2024
Merged

Add actionlint & fix detected issues #1708

merged 3 commits into from
Dec 28, 2024

Conversation

djahandarie
Copy link
Collaborator

GitHub actions workflows are incredibly dangerous from a security perspective, and in particular it's really easy to write vulnerable bash scripts in them. actionlint checks a number of things (including running shellcheck on all run scripts within the workflows). This will hopefully be a good start to securing our workflows a bit more.

@djahandarie djahandarie requested a review from a team as a code owner December 28, 2024 03:50
@djahandarie djahandarie added kind/meta The issue or PR is meta area/ci The issue or PR is related to continuous integration and/or continuous delivery labels Dec 28, 2024
@djahandarie djahandarie added this pull request to the merge queue Dec 28, 2024
Merged via the queue into master with commit 64dfca7 Dec 28, 2024
13 checks passed
@djahandarie djahandarie deleted the actionlint branch December 28, 2024 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci The issue or PR is related to continuous integration and/or continuous delivery kind/meta The issue or PR is meta
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants