-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(gha): Pin and update actions/checkout #11675
Conversation
DryRun Security SummaryThe text describes a GitHub Actions workflow for updating DefectDojo's sample data, highlighting security concerns around hardcoded credentials, dependency versioning, binary execution safety, and automated deployment processes. Expand for full summarySummary: The provided code change is part of a GitHub Actions workflow that updates the sample data for the DefectDojo application. The workflow is triggered either manually or on a schedule to update the
Files Changed:
Code AnalysisWe ran |
DryRun Security SummaryThe GitHub Actions workflow file automates the process of updating DefectDojo's sample data by running a fixture-updater binary, creating a new branch with the changes, and submitting a pull request, while maintaining security considerations around binary integrity, data validation, and token management. Expand for full summarySummary: The provided code is a GitHub Actions workflow file responsible for updating the sample data for the DefectDojo application. The workflow is triggered manually or on a schedule and performs the following key steps:
From an application security perspective, the main areas to focus on are ensuring the integrity of the Files Changed:
Code AnalysisWe ran |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
0293303
to
adc9a16
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
adc9a16
to
315538a
Compare
As all others GHA: Full version pin + update
replacement for #11671