Replies: 1 comment
-
@enossuy this should do it for staged files Example
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve been trying to scan only staged files locally (not on gitlab CI/CD for the moment, but will do for deep analysis scans), but I’m running into issues when using the logic from prior versions (--staged, --depth=1, etc...). It seems these options are no longer available or behave differently in the latest release.
Is there an alternative way to achieve this without relying on baseline-path? The baseline approach isn't ideal for my use case, as I don't want multiple devs to carry a file containing potential secrets.
Beta Was this translation helpful? Give feedback.
All reactions