-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
PHP PHIVE: Use keys.openpgp.org and fingerprint for phive key verification #3230
Conversation
/build
|
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ BASH | bash-exec | 5 | 0 | 0.01s | |
✅ BASH | shellcheck | 5 | 0 | 0.09s | |
✅ BASH | shfmt | 5 | 0 | 0 | 0.52s |
✅ COPYPASTE | jscpd | yes | no | 4.46s | |
✅ DOCKERFILE | hadolint | 127 | 0 | 11.87s | |
✅ JSON | eslint-plugin-jsonc | 23 | 0 | 0 | 4.18s |
✅ JSON | jsonlint | 21 | 0 | 0.26s | |
✅ JSON | v8r | 23 | 0 | 19.95s | |
✅ MAKEFILE | checkmake | 1 | 0 | 0.01s | |
markdownlint | 259 | 0 | 265 | 29.89s | |
✅ MARKDOWN | markdown-link-check | 259 | 0 | 8.58s | |
✅ MARKDOWN | markdown-table-formatter | 259 | 0 | 0 | 67.1s |
✅ OPENAPI | spectral | 1 | 0 | 1.69s | |
bandit | 206 | 59 | 3.19s | ||
✅ PYTHON | black | 206 | 0 | 0 | 4.56s |
✅ PYTHON | flake8 | 206 | 0 | 1.62s | |
✅ PYTHON | isort | 206 | 0 | 0 | 1.63s |
✅ PYTHON | mypy | 206 | 0 | 14.98s | |
✅ PYTHON | pylint | 206 | 0 | 16.85s | |
pyright | 206 | 346 | 27.64s | ||
✅ PYTHON | ruff | 206 | 0 | 0 | 0.66s |
✅ REPOSITORY | checkov | yes | no | 38.9s | |
✅ REPOSITORY | git_diff | yes | no | 0.45s | |
grype | yes | 1 | 23.79s | ||
✅ REPOSITORY | secretlint | yes | no | 12.47s | |
✅ REPOSITORY | trivy | yes | no | 31.77s | |
✅ REPOSITORY | trivy-sbom | yes | no | 24.19s | |
trufflehog | yes | 1 | 16.96s | ||
✅ SPELL | cspell | 679 | 0 | 30.97s | |
✅ SPELL | lychee | 339 | 0 | 25.0s | |
✅ XML | xmllint | 3 | 0 | 0 | 0.51s |
✅ YAML | prettier | 160 | 0 | 0 | 6.88s |
✅ YAML | v8r | 102 | 0 | 158.77s | |
✅ YAML | yamllint | 161 | 0 | 1.97s |
See detailed report in MegaLinter reports
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.
The only update in this PR is the changelog file ^^
I didn't find another place that had the phive installation text, so I thought it was the Dockerfile the ground truth. Seems it got overwritten while building. You can check the first commit. Where should it be changed? (I also changed the order of the servers to the main one, next the other live, and the slowest at the end. Removed the dead one.) |
@echoix it's here :)
|
626e681
to
1081ef6
Compare
…ation Matches the current PHIVE installation instructions
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
147d344
to
93b368c
Compare
Matches the current PHIVE installation instructions
Should fix transient php installation failures
Proposed Changes
Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance