-
Notifications
You must be signed in to change notification settings - Fork 0
Update osv-scanner.yml #12 8000
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
Conversation
Reviewer's Guide by SourceryThis pull request updates the osv-scanner workflow to use the latest version of the reusable workflows and removes the comment about the action not being certified by GitHub. Flow diagram of updated OSV-Scanner GitHub Actions workflowgraph TD
A[Push/Schedule Event] --> B{Event Type?}
B -->|Push/Schedule| C[scan-scheduled job]
B -->|PR/Merge Group| D[scan-pr job]
C -->|Uses| E[osv-scanner-reusable.yml@main]
D -->|Uses| F[osv-scanner-reusable-pr.yml@main]
E --> G[Scan with args:
-r
--skip-git
./]
F --> H[Scan with args:
-r
--skip-git
./]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @canstralian - I've reviewed your changes and found some issues that need to be addressed.
Blocking issues:
Overall Comments:
- Using @main instead of a pinned version for the OSV scanner action is a security risk. Please specify a fixed version (like v1.7.1) to ensure reproducible and secure builds.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🔴 Security: 1 blocking issue
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Summary by Sourcery
CI: