-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
got a false positive on https://ola.hallengren.com/scripts/MaintenanceSolution.sql
./MaintenanceSolution.sql:84:)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
i went to ignore just this "secret" in the .secretsignore
file like this:
[secrets]
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
but couldn't get it to ignore... had to add the whole file to .secretsignore
MaintenanceSolution.sql
[secrets]
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON)
this file's like 9100 lines long, so not ideal 😄
this is using secrets 0.1.2
Metadata
Metadata
Assignees
Labels
No labels