Open
Conversation
Contributor
🦙 MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| bash-exec | 6 | 4 | 0 | 0.04s | ||
| ✅ BASH | shellcheck | 6 | 0 | 0 | 0.14s | |
| ✅ BASH | shfmt | 6 | 0 | 0 | 0.01s | |
| ✅ CSHARP | csharpier | 1 | 0 | 0 | 0.54s | |
| ✅ DOCKERFILE | hadolint | 1 | 0 | 0 | 0.09s | |
| ✅ JSON | jsonlint | 2 | 0 | 0 | 0.22s | |
| ✅ JSON | prettier | 2 | 0 | 0 | 0.58s | |
| ✅ JSON | v8r | 2 | 0 | 0 | 3.0s | |
| ✅ MARKDOWN | markdownlint | 7 | 0 | 0 | 1.09s | |
| ✅ REPOSITORY | checkov | yes | no | no | 31.11s | |
| ✅ REPOSITORY | dustilock | yes | no | no | 0.02s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 7.52s | |
| ✅ REPOSITORY | grype | yes | no | no | 60.39s | |
| ✅ REPOSITORY | kics | yes | no | no | 50.33s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.2s | |
| ✅ REPOSITORY | syft | yes | no | no | 4.26s | |
| ✅ REPOSITORY | trivy | yes | no | no | 17.79s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.41s | |
| ✅ TERRAFORM | terraform-fmt | 7 | 0 | 0 | 0.5s | |
| ✅ YAML | prettier | 8 | 0 | 0 | 0.94s | |
| ✅ YAML | v8r | 8 | 0 | 0 | 7.4s | |
| ✅ YAML | yamllint | 8 | 0 | 0 | 0.7s |
See detailed report in MegaLinter reports
You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.
MegaLinter is graciously provided by OX Security
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this? (check all applicable)
What
As of April 2026, the endpoints that are used to fetch and aggregate team-specific copilot metrics are being sunsetted, rendering
get_copilot_team_date(),get_and_update_copilot_teamsandget_team_historyobsolete.The endpoint used to fetch organisation-wide metrics have been changed, so
get_and_update_historic_usage()and the lambda handler has been changed to reflect this.Testing
Have any new tests been added as part of this issue? If not, try to explain why test coverage is not needed here.
Please write a brief description of why test coverage is not necessary here.
Documentation
Has any new documentation been written as part of this issue? We should try to keep documentation up to date
as new code is added, rather than leaving it for the future.
Please write a brief description of why documentation is not necessary here.
Related issues
N/A
How to review
Clone the repository, set up the development environment and run the lambda on your local machine. The lambda will use and write to a new file in S3 named
org_history.json.I've also deployed it to dev, with the schedule unchanged.