Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fatima99s committed Sep 19, 2023
1 parent a225a2d commit 80d1449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/aws/elb/insecureCiphers.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
pci: 'PCI requires secure transfer of cardholder data. It does not permit SSL or TLS ' +
'version 1.0. ELB listeners should be configured for TLS v1.2.'
},
realtime_triggers: ['elb:CreateLoadBalancer', 'elb:ModifyLoadBalancerAttributes'],
realtime_triggers: ['elb:CreateLoadBalancer','elb:CreateLoadBalancerPolicy', 'elb:DeleteLoadBalancerPolicy'],

run: function(cache, settings, callback) {
var results = [];
Expand Down

0 comments on commit 80d1449

Please sign in to comment.