Class: Claws::Rule::SpecialPermissions

Inherits:
BaseRule
  • Object
show all
Defined in:
lib/claws/rule/special_permissions.rb

Instance Attribute Summary

Attributes inherited from BaseRule

#configuration, #on_job, #on_step, #on_workflow

Instance Method Summary collapse

Methods inherited from BaseRule

description, extract_value, #initialize, #inspect, #name, name, on_job, on_step, on_workflow, parse_rule, #to_s

Constructor Details

This class inherits a constructor from BaseRule

Instance Method Details

#dataObject



24
25
26
27
28
29
30
31
32
33
34
# File 'lib/claws/rule/special_permissions.rb', line 24

def data
  {
    sensitive_writes: %w[
      checks
      id-token
      packages
      security-events
      statuses
    ]
  }
end