-
Notifications
You must be signed in to change notification settings - Fork 397
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
Cannot disable security-updates #1440
Comments
Hm, I'm not able to reproduce this on BLT 8.8.3. I added this to project.yml:
Then ran
|
@leonk Do you have a custom target defined somewhere? Possibly one in the |
No I don't believe we have a custom target, we haven't modified BLT very much. If I run |
Ah, I see. Ok that makes more sense to me. This should actually be resolved already in 8.x-dev, and this gives me some more reason to cut a 8.8.4 sooner. |
The error message says that `disable-targets.tests.security-updates` must be set to false if I want to disable security checks. This doesn't work. After searching around a bit, I found this comment: #1440 (comment). It seems that it should be set to true (and it makes sense, because the key name is `disable-targets`).
My system information:
Output of
blt doctor
:When I run this command:
I get the following output:
And I expected this to happen: I want to disable the security-updates check.
Here's what's in my project.yml:
The text was updated successfully, but these errors were encountered: