Closed rjaegers closed 3 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Comparing ghcr.io/philips-software/amp-devcontainer-rust:latest
to ghcr.io/philips-software/amp-devcontainer-rust@sha256:5803999843c7659fc0c8c7b8338bf723978dad5108dc2ef38dd2a1732c19c453
OS/Platform | Previous Size | Current Size | Delta |
---|---|---|---|
linux/amd64 | 432.86M | 432.86M | 0.00 (+0.00%) |
linux/arm64 | 572.09M | 572.09M | 0.00 (+0.00%) |
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
β ACTION | actionlint | 15 | 0 | 0.03s | |
β DOCKERFILE | hadolint | 2 | 0 | 0.52s | |
β JSON | prettier | 11 | 0 | 0 | 0.59s |
β JSON | v8r | 10 | 0 | 4.47s | |
β MARKDOWN | markdownlint | 8 | 0 | 0 | 1.0s |
β MARKDOWN | markdown-table-formatter | 8 | 0 | 0 | 0.25s |
β REPOSITORY | checkov | yes | no | 15.0s | |
β REPOSITORY | gitleaks | yes | no | 0.41s | |
β REPOSITORY | git_diff | yes | no | 0.01s | |
β REPOSITORY | grype | yes | no | 12.82s | |
β REPOSITORY | secretlint | yes | no | 1.29s | |
β REPOSITORY | trivy | yes | no | 6.79s | |
β REPOSITORY | trivy-sbom | yes | no | 1.39s | |
β REPOSITORY | trufflehog | yes | no | 2.87s | |
β SPELL | lychee | 48 | 0 | 0.89s | |
β YAML | prettier | 20 | 0 | 0 | 0.94s |
β YAML | v8r | 20 | 0 | 16.39s | |
β YAML | yamllint | 20 | 0 | 0.57s |
See detailed report in MegaLinter reports
Comparing ghcr.io/philips-software/amp-devcontainer-cpp:latest
to ghcr.io/philips-software/amp-devcontainer-cpp@sha256:e556d919e75af48a49d3d28b83203d31d0695b45a51feb2eb706c80bac955abd
OS/Platform | Previous Size | Current Size | Delta |
---|---|---|---|
linux/amd64 | 640.74M | 640.74M | 0.00 (+0.00%) |
linux/arm64 | 633.10M | 633.10M | 0.00 (+0.00%) |
β2 filesβ Β±0βββ2 suitesβ Β±0βββ53s :stopwatch: +2s 26 tests Β±0ββ26 :white_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β 28 runsβ Β±0ββ28 :white_check_mark: Β±0ββ0 :zzz: Β±0ββ0 :x: Β±0β
Results for commit 92880dfe.βΒ± Comparison against base commit 9c497178.
Description | Value |
---|---|
Number of added lines | 1 |
Number of deleted lines | 1 |
Number of changed files | 1 |
Number of commits | 1 |
Number of reviews | 1 |
Number of comments (w/o review comments) | 5 |
Number of reviews that contains a comment to resolve | 0 |
Number of reviews that requested a change from the author | 0 |
Number of reviews that approved the Pull Request | 1 |
Get the total number of participants of a Pull Request | 4 |
Description | Value |
---|---|
PR lead time (from creation to close of PR) | 1.2 Hours |
Time that was spend on the branch before the PR was created | 2.1 Min |
Time that was spend on the branch before the PR was merged | 1.3 Hours |
Time to merge after last review | 3.9 Min |
Description | Value |
---|---|
Total runtime for last status check run (Workflow for PR) | 12.6 Min |
Total time spend in last status check run on PR | 3.6 Min |
π Hooray! The changes in this pull request went live with the release of v5.1.4 π
Pull Request
Description of changes
The branch name for VS Code Extension updates did not take the matrix into account, overwriting previous PRs/branches made by a run of a different matrix parameter. This PR adds
matrix.flavor
to the branch name.Checklist