bitwarden_workflow_linter 0.5.4__tar.gz → 0.5.6__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 (78) hide show
  1. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.github/workflows/cd.yml +4 -4
  2. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.github/workflows/ci.yml +1 -1
  3. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.github/workflows/scan.yml +3 -2
  4. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.github/workflows/update_actions.yml +2 -2
  5. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/PKG-INFO +1 -1
  6. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/__about__.py +1 -1
  7. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.editorconfig +0 -0
  8. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.gitattributes +0 -0
  9. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.github/CODEOWNERS +0 -0
  10. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  11. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  12. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.github/renovate.json +0 -0
  13. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.github/workflows/_version_type.yml +0 -0
  14. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.github/workflows/enforce-labels.yml +0 -0
  15. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.gitignore +0 -0
  16. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.husky/pre-commit +0 -0
  17. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/.python-version +0 -0
  18. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/CONTRIBUTING.md +0 -0
  19. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/LICENSE.txt +0 -0
  20. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/Pipfile +0 -0
  21. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/Pipfile.lock +0 -0
  22. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/README.md +0 -0
  23. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/SECURITY.md +0 -0
  24. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/Taskfile.yml +0 -0
  25. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/package-lock.json +0 -0
  26. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/package.json +0 -0
  27. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/pylintrc +0 -0
  28. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/pyproject.toml +0 -0
  29. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/pyproject.toml.tpl +0 -0
  30. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/settings.yaml +0 -0
  31. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/__init__.py +0 -0
  32. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/actions.py +0 -0
  33. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/cli.py +0 -0
  34. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/default_actions.json +0 -0
  35. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/default_settings.yaml +0 -0
  36. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/lint.py +0 -0
  37. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/load.py +0 -0
  38. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/models/__init__.py +0 -0
  39. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/models/job.py +0 -0
  40. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/models/step.py +0 -0
  41. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/models/workflow.py +0 -0
  42. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/rule.py +0 -0
  43. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/rules/__init__.py +0 -0
  44. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/rules/job_environment_prefix.py +0 -0
  45. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/rules/name_capitalized.py +0 -0
  46. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/rules/name_exists.py +0 -0
  47. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/rules/pinned_job_runner.py +0 -0
  48. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/rules/run_actionlint.py +0 -0
  49. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/rules/step_approved.py +0 -0
  50. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/rules/step_pinned.py +0 -0
  51. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/rules/underscore_outputs.py +0 -0
  52. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/src/bitwarden_workflow_linter/utils.py +0 -0
  53. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/__init__.py +0 -0
  54. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/conftest.py +0 -0
  55. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/fixtures/test-alt.yml +0 -0
  56. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/fixtures/test-min-incorrect.yaml +0 -0
  57. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/fixtures/test-min.yaml +0 -0
  58. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/fixtures/test-outputs-incorrect.yml +0 -0
  59. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/fixtures/test.yml +0 -0
  60. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/fixtures/test_a.yaml +0 -0
  61. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/fixtures/test_workflow.yaml +0 -0
  62. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/fixtures/test_workflow_incorrect.yaml +0 -0
  63. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/rules/__init__.py +0 -0
  64. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/rules/test_job_environment_prefix.py +0 -0
  65. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/rules/test_name_capitalized.py +0 -0
  66. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/rules/test_name_exists.py +0 -0
  67. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/rules/test_pinned_job_runner.py +0 -0
  68. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/rules/test_run_actionlint.py +0 -0
  69. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/rules/test_step_approved.py +0 -0
  70. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/rules/test_step_pinned.py +0 -0
  71. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/rules/test_underscore_output.py +0 -0
  72. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/test_job.py +0 -0
  73. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/test_lint.py +0 -0
  74. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/test_load.py +0 -0
  75. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/test_rule.py +0 -0
  76. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/test_step.py +0 -0
  77. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/test_utils.py +0 -0
  78. {bitwarden_workflow_linter-0.5.4 → bitwarden_workflow_linter-0.5.6}/tests/test_workflow.py +0 -0
@@ -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@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
27
+ uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
53
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
54
54
  with:
55
55
  python-version-file: ".python-version"
56
56
 
@@ -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@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
104
+ uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.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@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
121
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
122
122
  with:
123
123
  python-version-file: ".python-version"
124
124
 
@@ -16,7 +16,7 @@ jobs:
16
16
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
 
18
18
  - name: Set up Python
19
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
19
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
20
20
  with:
21
21
  python-version-file: ".python-version"
22
22
 
@@ -31,7 +31,7 @@ jobs:
31
31
  ref: ${{ github.event.pull_request.head.sha }}
32
32
 
33
33
  - name: Scan with Checkmarx
34
- uses: checkmarx/ast-github-action@184bf2f64f55d1c93fd6636d539edf274703e434 # 2.0.41
34
+ uses: checkmarx/ast-github-action@9fda4ab4c1b67c35de380552a972a82997d97731 # 2.0.42
35
35
  env:
36
36
  INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
37
37
  with:
@@ -46,7 +46,7 @@ jobs:
46
46
  --output-path . ${{ env.INCREMENTAL }}
47
47
 
48
48
  - name: Upload Checkmarx results to GitHub
49
- uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
49
+ uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
50
50
  with:
51
51
  sarif_file: cx_result.sarif
52
52
 
@@ -75,3 +75,4 @@ jobs:
75
75
  -Dsonar.projectKey=${{ github.repository_owner }}_${{ github.event.repository.name }}
76
76
  -Dsonar.sources=src/
77
77
  -Dsonar.tests=tests/
78
+ -Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
@@ -39,7 +39,7 @@ jobs:
39
39
  uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
40
 
41
41
  - name: Set up Python 3.11
42
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
42
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
43
43
  with:
44
44
  python-version: "3.11"
45
45
 
@@ -76,7 +76,7 @@ jobs:
76
76
 
77
77
  - name: Generate GH App token
78
78
  if: steps.new-changes.outputs.new_changes == 'TRUE'
79
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
79
+ uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3
80
80
  id: app-token
81
81
  with:
82
82
  app-id: ${{ secrets.GH_APP_ID }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bitwarden_workflow_linter
3
- Version: 0.5.4
3
+ Version: 0.5.6
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.5.4"
3
+ __version__ = "0.5.6"