From 21eba438574c13ecd49119ab9a7df882e517f566 Mon Sep 17 00:00:00 2001 From: lhinds Date: Thu, 16 Nov 2017 17:03:43 +0000 Subject: Implements full path for hash checks of binaries Previously the hash check would work only against the filename, and not using the relative path. This change uses the whole relative path to allow indentical filenames in different folder locations within the same repo. Also updated the generate-sha256.py script to introduce the same changes. JIRA: RELENG-303 Change-Id: I3a59e015b708eb5a966690b9839e5e15ac5b64c7 Signed-off-by: lhinds --- exceptions/models.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'exceptions/models.yaml') diff --git a/exceptions/models.yaml b/exceptions/models.yaml index 0532ba4..a382c2d 100644 --- a/exceptions/models.yaml +++ b/exceptions/models.yaml @@ -6,7 +6,12 @@ # of escaping YAML delimiters too (such as `:`) using double quotes "". binaries: - binary_ignore: [nullvalue] + docs/images/models-k8s.png: + - e57b24c5591f20a8892a159fb3e83dbfd987ec0dac637c602b71a14e62da7097 + tests/blueprints/tosca-vnfd-3node-tacker/favicon.ico: + - 2088cf0e9512f999b35b76b89ceec1c0e19b7b4d4444a06485c505cc734ac229 + tests/blueprints/tosca-vnfd-3node-tacker/logo.png: + - 2d6e161ccbcf1bd45faab7a148095977fee40547cac479cae44bb5fddc18eb74 file_audits: file_names: [nullvalue] -- cgit 1.2.3-korg