Compare commits
3 Commits
16e35505d6
...
0.4.1
Author | SHA1 | Date | |
---|---|---|---|
edd8a42e2d | |||
fe0bd0470c | |||
1d92622f21 |
@ -17,7 +17,7 @@ steps:
|
|||||||
scan_image:
|
scan_image:
|
||||||
image: aquasec/trivy
|
image: aquasec/trivy
|
||||||
commands:
|
commands:
|
||||||
- trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1
|
- env TRIVY_DISABLE_VEX_NOTICE=1 trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1
|
||||||
when:
|
when:
|
||||||
- event: [push, tag]
|
- event: [push, tag]
|
||||||
|
|
||||||
|
@ -62,7 +62,6 @@ acl_check_rcpt:
|
|||||||
accept
|
accept
|
||||||
hosts = RELAYNETS
|
hosts = RELAYNETS
|
||||||
ifelse(WHITELISTED_RECIPIENTS, `', `', `
|
ifelse(WHITELISTED_RECIPIENTS, `', `', `
|
||||||
accept
|
|
||||||
domains = WHITELISTED_RECIPIENTS
|
domains = WHITELISTED_RECIPIENTS
|
||||||
')
|
')
|
||||||
deny
|
deny
|
||||||
|
Reference in New Issue
Block a user