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

github/zizmor: add action that checks actions security #206

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

minijackson
Copy link
Collaborator

This should give us some "Code scanning" alerts when GitHub workflows are implemented poorly.

Note that the backport action will trigger an alert, due to the fact that we have to use pull_request_target, which is inherently hard to use securely.

Inspired by:
https://woodruffw.github.io/zizmor/usage/#use-in-github-actions

This should give us some "Code scanning" alerts
when GitHub workflows are implemented poorly.

Note that the backport action will trigger an alert,
due to the fact that we have to use `pull_request_target`,
which is inherently hard to use securely.

Inspired by:
https://woodruffw.github.io/zizmor/usage/#use-in-github-actions
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Copy link
Collaborator

@stephane-cea stephane-cea left a comment

Choose a reason for hiding this comment

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

Looks good to me! Thanks!

@minijackson minijackson merged commit 8b6c218 into epics-extensions:master Nov 28, 2024
4 checks passed
@minijackson minijackson deleted the add-zizmor branch November 28, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants