bitwarden_workflow_linter 0.0.6__py3-none-any.whl → 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  """Metadata for Workflow Linter."""
2
2
 
3
- __version__ = "0.0.6"
3
+ __version__ = "0.1.0"
@@ -86,7 +86,8 @@ class RuleUnderscoreOutputs(Rule):
86
86
 
87
87
  if isinstance(obj, Workflow):
88
88
  if obj.on.get("workflow_dispatch"):
89
- outputs.extend(obj.on["workflow_dispatch"]["outputs"].keys())
89
+ if obj.on["workflow_dispatch"].get("outputs"):
90
+ outputs.extend(obj.on["workflow_dispatch"]["outputs"].keys())
90
91
 
91
92
  if obj.on.get("workflow_call"):
92
93
  outputs.extend(obj.on["workflow_call"]["outputs"].keys())
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bitwarden_workflow_linter
3
- Version: 0.0.6
3
+ Version: 0.1.0
4
4
  Summary: Custom GitHub Action Workflow Linter
5
5
  Project-URL: Homepage, https://github.com/bitwarden/workflow-linter
6
6
  Project-URL: Issues, https://github.com/bitwarden/workflow-linter/issues
@@ -1,4 +1,4 @@
1
- bitwarden_workflow_linter/__about__.py,sha256=ppd-WDXsjS9rive_V_SLi7e-WYh26lE8BOhnMXwI0hk,59
1
+ bitwarden_workflow_linter/__about__.py,sha256=MXkdpln7M2kqsAFMZY-qjYn8eOBN6pR3T26TyjoZEtI,59
2
2
  bitwarden_workflow_linter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  bitwarden_workflow_linter/actions.py,sha256=bjuFAP72QHXlDTmMBZffNmSCjZDzyNHGzqEC78ABAgg,7895
4
4
  bitwarden_workflow_linter/cli.py,sha256=GABKYWYmcKl4LrA-cgo4ME0mWD4xaO4AgZHBeCCDMy4,1697
@@ -19,9 +19,9 @@ bitwarden_workflow_linter/rules/name_exists.py,sha256=eEPtU5y5T0aRQrICdiW1vju1Ny
19
19
  bitwarden_workflow_linter/rules/pinned_job_runner.py,sha256=hg8R6JDAAAhoiEgA9ihWhwLznIicbSw0knJvYI1TYEI,1605
20
20
  bitwarden_workflow_linter/rules/step_approved.py,sha256=KhQTmqLkYjwZRZHspUwPBWXy1DExLoOQLp3sEoGM9qI,3306
21
21
  bitwarden_workflow_linter/rules/step_pinned.py,sha256=BBCSbC-XyeB_ZILtA1q59NOB3IbY1QY8qpYt_gQ4YvM,3285
22
- bitwarden_workflow_linter/rules/underscore_outputs.py,sha256=FiX2D27ywhDAcJV-_KsQj4-3YpaEGeF61_kDskX1EhQ,3842
23
- bitwarden_workflow_linter-0.0.6.dist-info/METADATA,sha256=jv4u7xtlR1sH3s2FjI8Y127d1s6lKRX_w3wLEalD5pY,6172
24
- bitwarden_workflow_linter-0.0.6.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
25
- bitwarden_workflow_linter-0.0.6.dist-info/entry_points.txt,sha256=SA_yF9CwL4VMUvdcmCd7k9rjsQNzfeOUBuDnMnaO8QQ,60
26
- bitwarden_workflow_linter-0.0.6.dist-info/licenses/LICENSE.txt,sha256=uY-7N9tbI7xc_c0WeTIGpacSCnsB91N05eCIg3bkaRw,35140
27
- bitwarden_workflow_linter-0.0.6.dist-info/RECORD,,
22
+ bitwarden_workflow_linter/rules/underscore_outputs.py,sha256=A-EDU_0uexQEwzjg5bwgqkPQInI-hVYRqCNX-BTRXL4,3909
23
+ bitwarden_workflow_linter-0.1.0.dist-info/METADATA,sha256=m97phO-mQ9T2UwYjM9u0tgusHpuka825k6OVBreN9K4,6172
24
+ bitwarden_workflow_linter-0.1.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
25
+ bitwarden_workflow_linter-0.1.0.dist-info/entry_points.txt,sha256=SA_yF9CwL4VMUvdcmCd7k9rjsQNzfeOUBuDnMnaO8QQ,60
26
+ bitwarden_workflow_linter-0.1.0.dist-info/licenses/LICENSE.txt,sha256=uY-7N9tbI7xc_c0WeTIGpacSCnsB91N05eCIg3bkaRw,35140
27
+ bitwarden_workflow_linter-0.1.0.dist-info/RECORD,,