bitwarden_workflow_linter 0.14.1__tar.gz → 0.14.3__tar.gz

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.
Files changed (93) hide show
  1. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/actionlint_windows.yml +1 -1
  2. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/bwwl_operations.yml +4 -4
  3. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/cd.yml +5 -5
  4. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/ci.yml +1 -1
  5. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/scan.yml +9 -3
  6. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/PKG-INFO +1 -1
  7. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/__about__.py +1 -1
  8. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/default_actions.json +6 -1
  9. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.editorconfig +0 -0
  10. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.gitattributes +0 -0
  11. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/CODEOWNERS +0 -0
  12. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  13. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  14. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/renovate.json +0 -0
  15. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/_version_type.yml +0 -0
  16. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/enforce-labels.yml +0 -0
  17. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/examples/ci.yaml +0 -0
  18. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/examples/example-references/_build.yml +0 -0
  19. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/examples/example-references/_docker.yml +0 -0
  20. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/examples/example-references/_test.yml +0 -0
  21. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/examples/example-references/_version.yml +0 -0
  22. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/examples/example.yaml +0 -0
  23. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.github/workflows/examples/scan.yaml +0 -0
  24. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.gitignore +0 -0
  25. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.husky/pre-commit +0 -0
  26. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/.python-version +0 -0
  27. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/CONTRIBUTING.md +0 -0
  28. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/LICENSE.txt +0 -0
  29. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/Pipfile +0 -0
  30. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/Pipfile.lock +0 -0
  31. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/README.md +0 -0
  32. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/RULE_ROLLOUT.md +0 -0
  33. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/SECURITY.md +0 -0
  34. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/Taskfile.yml +0 -0
  35. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/actionlint_version.json +0 -0
  36. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/package-lock.json +0 -0
  37. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/package.json +0 -0
  38. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/pylintrc +0 -0
  39. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/pyproject.toml +0 -0
  40. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/pyproject.toml.tpl +0 -0
  41. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/settings.yaml +0 -0
  42. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/__init__.py +0 -0
  43. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/actionlint_version.yaml +0 -0
  44. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/actions.py +0 -0
  45. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/cli.py +0 -0
  46. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/default_settings.yaml +0 -0
  47. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/lint.py +0 -0
  48. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/load.py +0 -0
  49. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/models/__init__.py +0 -0
  50. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/models/job.py +0 -0
  51. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/models/step.py +0 -0
  52. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/models/workflow.py +0 -0
  53. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rule.py +0 -0
  54. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/__init__.py +0 -0
  55. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/check_pr_target.py +0 -0
  56. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/job_environment_prefix.py +0 -0
  57. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/name_capitalized.py +0 -0
  58. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/name_exists.py +0 -0
  59. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/permissions_exist.py +0 -0
  60. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/pinned_job_runner.py +0 -0
  61. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/run_actionlint.py +0 -0
  62. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/step_approved.py +0 -0
  63. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/step_pinned.py +0 -0
  64. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/rules/underscore_outputs.py +0 -0
  65. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/src/bitwarden_workflow_linter/utils.py +0 -0
  66. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/__init__.py +0 -0
  67. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/conftest.py +0 -0
  68. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/fixtures/test-alt.yml +0 -0
  69. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/fixtures/test-min-incorrect.yaml +0 -0
  70. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/fixtures/test-min.yaml +0 -0
  71. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/fixtures/test-outputs-incorrect.yml +0 -0
  72. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/fixtures/test.yml +0 -0
  73. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/fixtures/test_a.yaml +0 -0
  74. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/fixtures/test_workflow.yaml +0 -0
  75. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/fixtures/test_workflow_incorrect.yaml +0 -0
  76. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/__init__.py +0 -0
  77. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/test_check_pr_target.py +0 -0
  78. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/test_job_environment_prefix.py +0 -0
  79. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/test_name_capitalized.py +0 -0
  80. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/test_name_exists.py +0 -0
  81. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/test_permissions_exist.py +0 -0
  82. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/test_pinned_job_runner.py +0 -0
  83. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/test_run_actionlint.py +0 -0
  84. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/test_step_approved.py +0 -0
  85. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/test_step_pinned.py +0 -0
  86. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/rules/test_underscore_output.py +0 -0
  87. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/test_job.py +0 -0
  88. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/test_lint.py +0 -0
  89. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/test_load.py +0 -0
  90. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/test_rule.py +0 -0
  91. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/test_step.py +0 -0
  92. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/test_utils.py +0 -0
  93. {bitwarden_workflow_linter-0.14.1 → bitwarden_workflow_linter-0.14.3}/tests/test_workflow.py +0 -0
@@ -17,7 +17,7 @@ jobs:
17
17
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
 
19
19
  - name: Set up Python
20
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
20
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
21
21
  with:
22
22
  python-version-file: ".python-version"
23
23
 
@@ -42,7 +42,7 @@ jobs:
42
42
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
43
 
44
44
  - name: Import GPG key
45
- uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
45
+ uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
46
46
  with:
47
47
  gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }}
48
48
  passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}
@@ -55,9 +55,9 @@ jobs:
55
55
  git config --local user.name "bitwarden-devops-bot"
56
56
 
57
57
  - name: Set up Python 3.12
58
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
58
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
59
59
  with:
60
- python-version: "3.12"
60
+ python-version: "3.13"
61
61
 
62
62
  - name: Install bwwl binary
63
63
  run: python -m pip install --upgrade bitwarden_workflow_linter
@@ -102,7 +102,7 @@ jobs:
102
102
 
103
103
  - name: Generate GH App token
104
104
  if: ${{ steps.new-changes.outputs.new_changes == 'TRUE' }}
105
- uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
105
+ uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
106
106
  id: app-token
107
107
  with:
108
108
  app-id: ${{ secrets.BW_GHAPP_ID }}
@@ -24,7 +24,7 @@ jobs:
24
24
  version: ${{ steps.get-version.outputs.version }}
25
25
  steps:
26
26
  - name: Generate GH App token
27
- uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
27
+ uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
28
28
  id: app-token
29
29
  with:
30
30
  app-id: ${{ secrets.BW_GHAPP_ID }}
@@ -50,7 +50,7 @@ jobs:
50
50
  token: ${{ steps.app-token.outputs.token }}
51
51
 
52
52
  - name: Set up Python
53
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
53
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
54
54
  with:
55
55
  python-version-file: ".python-version"
56
56
 
@@ -70,7 +70,7 @@ jobs:
70
70
  echo "version=$VERSION" >> $GITHUB_OUTPUT
71
71
 
72
72
  - name: Import GPG key
73
- uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
73
+ uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
74
74
  with:
75
75
  gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }}
76
76
  passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}
@@ -101,7 +101,7 @@ jobs:
101
101
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102
102
 
103
103
  - name: Create GitHub release
104
- uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
104
+ uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
105
105
  with:
106
106
  commit: ${{ github.sha }}
107
107
  tag: v${{ needs.version-bump.outputs.version }}
@@ -118,7 +118,7 @@ jobs:
118
118
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
119
119
 
120
120
  - name: Set up Python
121
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
121
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
122
122
  with:
123
123
  python-version-file: ".python-version"
124
124
 
@@ -18,7 +18,7 @@ jobs:
18
18
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
 
20
20
  - name: Set up Python
21
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
21
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
22
22
  with:
23
23
  python-version-file: ".python-version"
24
24
 
@@ -7,8 +7,14 @@ on:
7
7
  - "main"
8
8
  - "rc"
9
9
  - "hotfix-rc"
10
+ pull_request:
11
+ types: [opened, synchronize, reopened]
12
+ branches-ignore:
13
+ - main
10
14
  pull_request_target:
11
- types: [opened, synchronize]
15
+ types: [opened, synchronize, reopened]
16
+ branches:
17
+ - "main"
12
18
 
13
19
  jobs:
14
20
  check-run:
@@ -31,7 +37,7 @@ jobs:
31
37
  ref: ${{ github.event.pull_request.head.sha }}
32
38
 
33
39
  - name: Scan with Checkmarx
34
- uses: checkmarx/ast-github-action@9fda4ab4c1b67c35de380552a972a82997d97731 # 2.0.42
40
+ uses: checkmarx/ast-github-action@ef93013c95adc60160bc22060875e90800d3ecfc # 2.3.19
35
41
  env:
36
42
  INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
37
43
  with:
@@ -46,7 +52,7 @@ jobs:
46
52
  --output-path . ${{ env.INCREMENTAL }}
47
53
 
48
54
  - name: Upload Checkmarx results to GitHub
49
- uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
55
+ uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
50
56
  with:
51
57
  sarif_file: cx_result.sarif
52
58
  sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bitwarden_workflow_linter
3
- Version: 0.14.1
3
+ Version: 0.14.3
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,3 +1,3 @@
1
1
  """Metadata for Workflow Linter."""
2
2
 
3
- __version__ = "0.14.1"
3
+ __version__ = "0.14.3"
@@ -309,6 +309,11 @@
309
309
  "sha": "1aa358be5cf73883762b302a3a03abd66e75b232",
310
310
  "version": "v3.1.0"
311
311
  },
312
+ "hashicorp/setup-terraform": {
313
+ "name": "hashicorp/setup-terraform",
314
+ "sha": "b9cd54a3c349d3f38e8881555d616ced269862dd",
315
+ "version": "v3.1.2"
316
+ },
312
317
  "helm/chart-releaser-action": {
313
318
  "name": "helm/chart-releaser-action",
314
319
  "sha": "a917fd15b20e8b64b94d9158ad54cd6345335584",
@@ -434,4 +439,4 @@
434
439
  "sha": "a3c219da6b8fa73f6ba62b68ff09c469b3a1c024",
435
440
  "version": "2.2.2"
436
441
  }
437
- }
442
+ }