-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update strongbox.yaml with strictchecksum option #53
base: master
Are you sure you want to change the base?
Conversation
Add in strongbox.yaml strictchecksum property. See --> strongbox/strongbox#1512
DeepCode Report (#a01d4f)DeepCode analyzed this pull request. |
@@ -66,6 +66,7 @@ The following is an example of a `strongbox.yaml` configuration file: | |||
type: hosted | |||
allowsForceDeletion: true | |||
checksumHeadersEnabled: true | |||
strictChecksum: true |
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.
Please, change this to strictChecksumValidation
.
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.
Sure
@@ -78,6 +79,7 @@ The following is an example of a `strongbox.yaml` configuration file: | |||
type: hosted | |||
secured: true | |||
checksumHeadersEnabled: true | |||
strictChecksum: true |
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.
Please, change this to strictChecksumValidation
.
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.
Done!
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.
Could you please make the changes @ptirador suggested? Thanks! :)
I am on it! |
Changed from "strictChecksum" to "strictChecksumValidation"
Add in strongbox.yaml strictchecksum property.
See --> strongbox/strongbox#1512