You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(terraform): include 90-day boundary in rotation check CKV_AWS_304 (……#7544)
fix(CKV_AWS_304): include 90-day boundary in rotation check
Change SecretManagerSecret90days to use <= 90 instead of < 90,
so that secrets rotated exactly every 90 days are considered compliant.
Updated test fixtures and assertions to cover the boundary case.
Co-authored-by: Yuval Michaeli <ymichaeli@paloaltonetworks.com>
feat(secrets): Revert "fix(secrets): report all multiline regex match…
…es per file, not just first occurrence" (#7537)
Revert "fix(secrets): report all multiline regex matches per file, not just f…"
This reverts commit fa12dd6.
fix(helm): Accept helm version greater than v3 (#7399)
* Accept any version greater than v4
* Update docs as well
* simpler string check
* Add a bunch o stuff I missed
* clean up indent
* Pinned to major version 3 and 4
* Do not bubble up exception
* clean
* clean
* chore(lint): fix dead var lint
---------
Co-authored-by: Aidan Hall <aidan.hall@kindredgroup.com>
Co-authored-by: Max Amelchenko <maxamel2002@gmail.com>
fix(sca): Align ImageScanner.run_image_scan with execute_scan (#7518)
fix(sca_image): align ImageScanner.run_image_scan with execute_scan
- build twistcli args as an explicit list (consistent with sca_image runner)
- reuse validate_image_id() before invoking twistcli
- redact --token value in twistcli debug/error logs
- add unit tests for arg construction, validation and redaction