-
Notifications
You must be signed in to change notification settings - Fork 103
32 feature improve ci #33
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
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.
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
🦙 MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 4 | 0 | 0.03s | |
| jscpd | yes | 2 | 1.52s | ||
| hadolint | 1 | 1 | 0.18s | ||
| ✅ MARKDOWN | markdownlint | 3 | 2 | 0 | 0.58s |
| markdown-link-check | 3 | 1 | 3.04s | ||
| ✅ MARKDOWN | markdown-table-formatter | 3 | 3 | 0 | 0.23s |
| checkov | yes | 3 | 10.38s | ||
| devskim | yes | 2 | 0.84s | ||
| ✅ REPOSITORY | dustilock | yes | no | 0.0s | |
| ✅ REPOSITORY | gitleaks | yes | no | 0.14s | |
| ✅ REPOSITORY | git_diff | yes | no | 0.01s | |
| ✅ REPOSITORY | grype | yes | no | 11.86s | |
| kics | yes | 30 | 2.01s | ||
| ✅ REPOSITORY | secretlint | yes | no | 0.66s | |
| ✅ REPOSITORY | syft | yes | no | 1.1s | |
| trivy | yes | 1 | 5.95s | ||
| ✅ REPOSITORY | trivy-sbom | yes | no | 0.07s | |
| ✅ REPOSITORY | trufflehog | yes | no | 2.0s | |
| ✅ YAML | prettier | 5 | 2 | 0 | 0.59s |
| ✅ YAML | v8r | 5 | 0 | 4.55s | |
| ✅ YAML | yamllint | 5 | 0 | 0.45s |
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
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.
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Files not reviewed (1)
- Dockerfile: Language not supported
…s and enhance README formatting
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.
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Files not reviewed (1)
- Dockerfile: Language not supported
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
This pull request includes several updates to GitHub workflows, issue templates and configuration files. The most important changes are grouped by theme below:
GitHub Workflows:
ci.ymlandpython-publish.ymlworkflows to include afetch-depthparameter in the checkout step, optimizing the fetch process.Issue Templates:
Configuration Files:
Dockerfile:
ADDcommand withCOPYto align with best practices for copying files into the Docker image.Fixes #32
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce.
Checklist: