Archive Tool Improvements#10
Merged
Merged
Conversation
Contributor
🦙 MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| bash-exec | 4 | 2 | 0.03s | ||
| ✅ BASH | shellcheck | 4 | 0 | 0.1s | |
| ✅ BASH | shfmt | 4 | 0 | 0.01s | |
| ✅ DOCKERFILE | hadolint | 1 | 0 | 0.07s | |
| ✅ JSON | jsonlint | 1 | 0 | 0.23s | |
| ✅ JSON | prettier | 1 | 0 | 0.47s | |
| ✅ JSON | v8r | 1 | 0 | 2.22s | |
| ✅ MARKDOWN | markdownlint | 11 | 0 | 0.78s | |
| ✅ MARKDOWN | markdown-table-formatter | 11 | 0 | 0.36s | |
| ✅ REPOSITORY | checkov | yes | no | 19.77s | |
| ✅ REPOSITORY | dustilock | yes | no | 0.0s | |
| ✅ REPOSITORY | gitleaks | yes | no | 3.42s | |
| ✅ REPOSITORY | grype | yes | no | 20.9s | |
| ✅ REPOSITORY | kics | yes | no | 41.05s | |
| ✅ REPOSITORY | secretlint | yes | no | 0.84s | |
| ✅ REPOSITORY | syft | yes | no | 2.79s | |
| ✅ REPOSITORY | trivy | yes | no | 16.52s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | 0.2s | |
| ✅ TERRAFORM | terraform-fmt | 6 | 0 | 0.54s | |
| ✅ YAML | prettier | 8 | 0 | 0.83s | |
| ✅ YAML | v8r | 8 | 0 | 8.94s | |
| ✅ YAML | yamllint | 8 | 0 | 0.51s |
See detailed report in MegaLinter reports
You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:
- oxsecurity/megalinter/flavors/terraform@v8.3.0 (54 linters)
- oxsecurity/megalinter/flavors/cupcake@v8.3.0 (83 linters)
MegaLinter is graciously provided by OX Security
sebtheo
approved these changes
Jul 18, 2025
Comment on lines
+17
to
+31
| run: | | ||
| git config user.name github-actions[bot] | ||
| git config user.email 41898282+github-actions[bot]@users.noreply.github.com | ||
| - uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: 3.x | ||
| - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV | ||
| - uses: actions/cache@v4 | ||
| with: | ||
| key: mkdocs-material-${{ env.cache_id }} | ||
| path: .cache | ||
| restore-keys: | | ||
| mkdocs-material- | ||
| - run: pip install mkdocs-material | ||
| - run: pip install poetry |
There was a problem hiding this comment.
Can you install poetry directly instead of Pip aswell
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.
Overview
This PR improves a few areas of the Archive Tool. Improvements include:
Testing + Documentation
How to Test
Cloud Configuration
show_log_locallytotrue.config/config.json, toggleuse_local_config.When using the cloud configuration, a
debug.logfile shouldn't get created. When using the local configuration,debug.logshould get created.MkDocs