-
Notifications
You must be signed in to change notification settings - Fork 0
Update 2024 #81
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
Update 2024 #81
Conversation
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.
PR Overview
This pull request updates the project for the 2024 release by introducing Docker support into configuration files, updating version metadata, and adding stricter safety and version parsing improvements.
- Added a new "Containers" ecosystem and Docker-related location in src/defaults.yml.
- Updated configuration logic in src/config.rs, bumped version and Rust edition in Cargo.toml, and enforced unsafe-code denial in src/main.rs.
- Modified version parsing in src/workflows.rs for improved matching.
Reviewed Changes
| File | Description |
|---|---|
| src/defaults.yml | Added new Docker and Containers configurations and regex pattern. |
| src/config.rs | Added duplicate location check when pushing locations. |
| Cargo.toml | Updated version, edition, and Rust version metadata. |
| src/main.rs | Enforced denial of unsafe code. |
| src/workflows.rs | Simplified pattern matching for version bump mode. |
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
|
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. |
No description provided.