bitwarden_workflow_linter 0.1.1__py3-none-any.whl → 0.2.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.1.1"
3
+ __version__ = "0.2.0"
@@ -93,7 +93,8 @@ class RuleUnderscoreOutputs(Rule):
93
93
  outputs.extend(obj.on["workflow_dispatch"]["outputs"].keys())
94
94
 
95
95
  if obj.on.get("workflow_call"):
96
- outputs.extend(obj.on["workflow_call"]["outputs"].keys())
96
+ if obj.on["workflow_call"].get("outputs"):
97
+ outputs.extend(obj.on["workflow_call"]["outputs"].keys())
97
98
 
98
99
  if isinstance(obj, Job):
99
100
  if obj.outputs:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bitwarden_workflow_linter
3
- Version: 0.1.1
3
+ Version: 0.2.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=Br2wbEH77faRQss7FPgEVwhkk8WUvso0tqG1LhHtZzE,59
1
+ bitwarden_workflow_linter/__about__.py,sha256=si3RgiuWR12lqpriKwtC4ny_xoVAWdz9oa4DWW-3QuY,59
2
2
  bitwarden_workflow_linter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  bitwarden_workflow_linter/actions.py,sha256=daob3be2Y22gfsAmGhTgBRCgGk18mlGduqc5Zn1Onz4,7897
4
4
  bitwarden_workflow_linter/cli.py,sha256=wgkK1MlVbo6Zx3f2CZZ_tkSWq_hdsGciHJA1knX6Yuw,1699
@@ -19,9 +19,9 @@ bitwarden_workflow_linter/rules/name_exists.py,sha256=MxcaNQz64JXeHRPiOip9BxJNgP
19
19
  bitwarden_workflow_linter/rules/pinned_job_runner.py,sha256=Dm6_sdPX0yFMji_y2LMFj4gWFaToEgauyBVpNRP2qiI,1606
20
20
  bitwarden_workflow_linter/rules/step_approved.py,sha256=UIi9_z9j75SpQUmo29MLDhjLklqd4h0D-UYqkdcaju0,3307
21
21
  bitwarden_workflow_linter/rules/step_pinned.py,sha256=e9yhbo9wsz7CDj1s4fGEsktA8B9YarzE26R_zmNLs7M,3400
22
- bitwarden_workflow_linter/rules/underscore_outputs.py,sha256=iYmpU2perfV5a8iIEaMneRvAx6YJUNj8Zu7WSa63fTU,4038
23
- bitwarden_workflow_linter-0.1.1.dist-info/METADATA,sha256=rPOTaa6sgBn-UydvFWU3LNGq2E3cdbUGUB6EBm5zPLU,6146
24
- bitwarden_workflow_linter-0.1.1.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
25
- bitwarden_workflow_linter-0.1.1.dist-info/entry_points.txt,sha256=SA_yF9CwL4VMUvdcmCd7k9rjsQNzfeOUBuDnMnaO8QQ,60
26
- bitwarden_workflow_linter-0.1.1.dist-info/licenses/LICENSE.txt,sha256=uY-7N9tbI7xc_c0WeTIGpacSCnsB91N05eCIg3bkaRw,35140
27
- bitwarden_workflow_linter-0.1.1.dist-info/RECORD,,
22
+ bitwarden_workflow_linter/rules/underscore_outputs.py,sha256=s1tySiVCAQOd0-GbKan-bfR6g75WYhf-kiGHin6Iecc,4101
23
+ bitwarden_workflow_linter-0.2.0.dist-info/METADATA,sha256=Ngdn_7McvWBsZdScPnK0oIDaFvq_I9vjw-RCIa1_Sgo,6146
24
+ bitwarden_workflow_linter-0.2.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
25
+ bitwarden_workflow_linter-0.2.0.dist-info/entry_points.txt,sha256=SA_yF9CwL4VMUvdcmCd7k9rjsQNzfeOUBuDnMnaO8QQ,60
26
+ bitwarden_workflow_linter-0.2.0.dist-info/licenses/LICENSE.txt,sha256=uY-7N9tbI7xc_c0WeTIGpacSCnsB91N05eCIg3bkaRw,35140
27
+ bitwarden_workflow_linter-0.2.0.dist-info/RECORD,,