diff options
author | 2017-10-02 18:05:51 +0300 | |
---|---|---|
committer | 2017-10-02 18:06:14 +0300 | |
commit | b9128d49efdc295f57c6fb9dd3e3076a91215d74 (patch) | |
tree | efab3cc395d7adc39b48a22b265336db6ca6e1cd /exceptions | |
parent | 5441bf6d822ed743b756af148a9ea74024c795a0 (diff) |
add exception for curl use in install job for testing scan
Change-Id: Ic2dca8973d757bff14b38edd27475393cb440e9d
Signed-off-by: yayogev <yayogev@cisco.com>
Diffstat (limited to 'exceptions')
-rw-r--r-- | exceptions/calipso.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exceptions/calipso.yaml b/exceptions/calipso.yaml index d31856e..8055fb8 100644 --- a/exceptions/calipso.yaml +++ b/exceptions/calipso.yaml @@ -152,3 +152,4 @@ file_audits: - RABBITMQ_PK_FILE_ATTR = 'private_key_file' - paramiko.RSAKey.from_private_key_file - if not self.ftp + - curl .*\$SCANS_URL |