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

ci: apply zizmor security audit #1778

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oleonardolima
Copy link
Contributor

@oleonardolima oleonardolima commented Dec 16, 2024

fixes #1775

Description

I used zizmor on all current CI workflows, it's a tool that helps detecting possible vulnerabilities in our CI jobs, see https://woodruffw.github.io/zizmor/.

It can run against most of it's audit rules, however the ones that require the GitHub API Token would require some with access to it in order to test against it. So this PR does not cover for impostor-commit, ref-confusion known-vulnerable-actions audit rules.

Notes to the reviewers

Changelog notice

  • Do not persist credentials on GitHub Actions.

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

@oleonardolima oleonardolima self-assigned this Dec 16, 2024
@oleonardolima oleonardolima force-pushed the ci/apply-zizmor-security-audit branch from d89743f to a0f984f Compare December 16, 2024 20:06
fix(cron-update-rust): don't persist credentials

fix(audit): don't persist credentials

fix(code-coverage): don't persist credentials

fix(nightly-docs): don't persist credentials

fix(cont-integration): don't persist credentials
@oleonardolima oleonardolima force-pushed the ci/apply-zizmor-security-audit branch from a0f984f to 94daa75 Compare December 18, 2024 01:44
@oleonardolima oleonardolima requested review from ValuedMammal and notmandatory and removed request for ValuedMammal January 14, 2025 23:34
@oleonardolima oleonardolima marked this pull request as ready for review January 14, 2025 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Use zizmor to audit github actions
1 participant