-
Notifications
You must be signed in to change notification settings - Fork 141
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
Cleaning #458
Conversation
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
jscpd | yes | 7 | 2.24s | ||
markdownlint | 1 | 1 | 4 | 1.04s | |
✅ MARKDOWN | markdown-link-check | 1 | 0 | 8.75s | |
✅ MARKDOWN | markdown-table-formatter | 1 | 1 | 0 | 0.31s |
✅ POWERSHELL | powershell | 3 | 0 | 6.02s | |
✅ POWERSHELL | powershell_formatter | 3 | 0 | 4.16s | |
checkov | yes | 1 | 13.32s | ||
devskim | yes | 4 | 2.07s | ||
✅ REPOSITORY | dustilock | yes | no | 0.04s | |
✅ REPOSITORY | gitleaks | yes | no | 0.87s | |
git_diff | yes | 1 | 0.01s | ||
✅ REPOSITORY | grype | yes | no | 12.58s | |
✅ REPOSITORY | kics | yes | no | 31.61s | |
✅ REPOSITORY | secretlint | yes | no | 1.0s | |
✅ REPOSITORY | syft | yes | no | 0.31s | |
✅ REPOSITORY | trivy | yes | no | 4.62s | |
✅ REPOSITORY | trivy-sbom | yes | no | 1.29s | |
trufflehog | yes | 1 | 5.74s | ||
cspell | 5 | 71 | 4.84s | ||
✅ SPELL | lychee | 1 | 0 | 1.85s |
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff
@FaserF any idea why MegaLinter cannot create the PR ? |
Added regex in case Microsoft changes the Winget -v output
I think first cleaning part is done |
I will have a look into it |
Winget-AutoUpdate-Install.ps1
Outdated
} | ||
} | ||
#Else, only copy the "included_apps.txt" list if not existing in WAU | ||
elseif (Test-Path "$WAUinstallPath\included_apps.txt") { |
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.
(!(Test-Path "$WAUinstallPath\included_apps.txt")) maybe.. ..sorry for my curiosity 🤪
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.
You're perfect... my favourite supervisor dinosaur 🦕 😍
Thanks again for reviewing and pointing out my mistakes.
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.
and now, pure draft at the moment:
https://github.com/Romanitho/Winget-AutoUpdate/tree/draft-upgrade
Could we have a
|
...or better; if it was a success, fail or of it already was the latest one installed. |
I'm creating a propose branch with returns: success/fail/current |
Proposed Changes