bitwarden_workflow_linter 1.1.10__tar.gz → 1.2.0__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.
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/ci.yml +0 -4
- bitwarden_workflow_linter-1.2.0/.python-version +1 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/PKG-INFO +11 -8
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/README.md +6 -3
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/pyproject.toml +4 -4
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/__about__.py +1 -1
- bitwarden_workflow_linter-1.1.10/.python-version +0 -1
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.editorconfig +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.gitattributes +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/CODEOWNERS +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/actionlint.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/renovate.json +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/_version_type.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/bwwl_operations.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/cd.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/enforce-labels.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/examples/ci.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/examples/example-references/_build.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/examples/example-references/_docker.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/examples/example-references/_test.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/examples/example-references/_version.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/examples/example.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/examples/pull_request_target.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/examples/scan.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/scan.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.gitignore +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.husky/pre-commit +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/CONTRIBUTING.md +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/LICENSE.txt +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/Pipfile +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/Pipfile.lock +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/RULE_ROLLOUT.md +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/SECURITY.md +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/Taskfile.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/package-lock.json +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/package.json +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/pylintrc +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/pyproject.toml.tpl +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/settings.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/__init__.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/actionlint_version.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/actions.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/cli.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/default_actions.json +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/default_settings.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/lint.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/load.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/models/__init__.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/models/job.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/models/step.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/models/workflow.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rule.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/__init__.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/check_pr_target.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/job_environment_prefix.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/name_capitalized.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/name_exists.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/permissions_exist.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/pinned_job_runner.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/run_actionlint.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/step_approved.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/step_pinned.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/rules/underscore_outputs.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/src/bitwarden_workflow_linter/utils.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/__init__.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/conftest.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test-alt.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test-min-incorrect.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test-min.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test-outputs-incorrect.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test.yml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test_a.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test_workflow.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test_workflow_incorrect.yaml +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/__init__.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_check_pr_target.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_job_environment_prefix.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_name_capitalized.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_name_exists.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_permissions_exist.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_pinned_job_runner.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_run_actionlint.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_step_approved.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_step_pinned.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_underscore_output.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/test_job.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/test_lint.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/test_load.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/test_rule.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/test_step.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/test_utils.py +0 -0
- {bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/test_workflow.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
3.12.10
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: bitwarden_workflow_linter
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.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
|
@@ -14,12 +14,12 @@ Requires-Dist: dataclasses-json==0.6.6
|
|
14
14
|
Requires-Dist: marshmallow==3.21.2
|
15
15
|
Requires-Dist: mypy-extensions==1.0.0
|
16
16
|
Requires-Dist: packaging==24.0
|
17
|
-
Requires-Dist: pydantic-core==2.
|
18
|
-
Requires-Dist: pydantic==2.
|
17
|
+
Requires-Dist: pydantic-core==2.20.1
|
18
|
+
Requires-Dist: pydantic==2.8.1
|
19
19
|
Requires-Dist: pyyaml==6.0.1
|
20
|
-
Requires-Dist: ruamel-yaml-clib==0.2.
|
20
|
+
Requires-Dist: ruamel-yaml-clib==0.2.12
|
21
21
|
Requires-Dist: ruamel-yaml==0.18.6
|
22
|
-
Requires-Dist: typing-extensions==4.12.
|
22
|
+
Requires-Dist: typing-extensions==4.12.2
|
23
23
|
Requires-Dist: typing-inspect==0.9.0
|
24
24
|
Requires-Dist: urllib3==2.2.1
|
25
25
|
Description-Content-Type: text/markdown
|
@@ -32,17 +32,20 @@ To see an example of Workflow Linter in practice in GitHub Action, see the [comp
|
|
32
32
|
|
33
33
|
## Prerequisites
|
34
34
|
|
35
|
-
- Python 3.
|
35
|
+
- Python 3.13
|
36
36
|
- pipenv
|
37
37
|
- Windows systems: Chocolatey package manager
|
38
38
|
- Mac OS systems: Homebrew package manager
|
39
39
|
- pipx
|
40
40
|
|
41
|
+
> [!NOTE]
|
42
|
+
> Python 3.12 is compatible but Python 3.13 is encouraged.
|
43
|
+
|
41
44
|
## Setup
|
42
45
|
|
43
46
|
1. **Create the virtual environment:**
|
44
47
|
```bash
|
45
|
-
python3.
|
48
|
+
python3.13 -m venv /Users/$USER/bitwarden_workflow_linter_venv
|
46
49
|
```
|
47
50
|
|
48
51
|
2. **Activate the virtual environment:**
|
@@ -71,7 +74,7 @@ Alternatively, you can install `bwwl` globally using `pipx` to keep it isolated:
|
|
71
74
|
|
72
75
|
1. **Install Bitwarden Workflow Linter:**
|
73
76
|
```bash
|
74
|
-
pipx install bitwarden_workflow_linter --python python3.
|
77
|
+
pipx install bitwarden_workflow_linter --python python3.13
|
75
78
|
```
|
76
79
|
|
77
80
|
This method is ideal for running `bwwl` as a standalone CLI tool without managing a virtual environment manually.
|
@@ -6,17 +6,20 @@ To see an example of Workflow Linter in practice in GitHub Action, see the [comp
|
|
6
6
|
|
7
7
|
## Prerequisites
|
8
8
|
|
9
|
-
- Python 3.
|
9
|
+
- Python 3.13
|
10
10
|
- pipenv
|
11
11
|
- Windows systems: Chocolatey package manager
|
12
12
|
- Mac OS systems: Homebrew package manager
|
13
13
|
- pipx
|
14
14
|
|
15
|
+
> [!NOTE]
|
16
|
+
> Python 3.12 is compatible but Python 3.13 is encouraged.
|
17
|
+
|
15
18
|
## Setup
|
16
19
|
|
17
20
|
1. **Create the virtual environment:**
|
18
21
|
```bash
|
19
|
-
python3.
|
22
|
+
python3.13 -m venv /Users/$USER/bitwarden_workflow_linter_venv
|
20
23
|
```
|
21
24
|
|
22
25
|
2. **Activate the virtual environment:**
|
@@ -45,7 +48,7 @@ Alternatively, you can install `bwwl` globally using `pipx` to keep it isolated:
|
|
45
48
|
|
46
49
|
1. **Install Bitwarden Workflow Linter:**
|
47
50
|
```bash
|
48
|
-
pipx install bitwarden_workflow_linter --python python3.
|
51
|
+
pipx install bitwarden_workflow_linter --python python3.13
|
49
52
|
```
|
50
53
|
|
51
54
|
This method is ideal for running `bwwl` as a standalone CLI tool without managing a virtual environment manually.
|
@@ -21,12 +21,12 @@ dependencies = [
|
|
21
21
|
"marshmallow==3.21.2",
|
22
22
|
"mypy-extensions==1.0.0",
|
23
23
|
"packaging==24.0",
|
24
|
-
"pydantic==2.
|
25
|
-
"pydantic-core==2.
|
24
|
+
"pydantic==2.8.1",
|
25
|
+
"pydantic-core==2.20.1",
|
26
26
|
"pyyaml==6.0.1",
|
27
27
|
"ruamel.yaml==0.18.6",
|
28
|
-
"ruamel.yaml.clib==0.2.
|
29
|
-
"typing-extensions==4.12.
|
28
|
+
"ruamel.yaml.clib==0.2.12",
|
29
|
+
"typing-extensions==4.12.2",
|
30
30
|
"typing-inspect==0.9.0",
|
31
31
|
"urllib3==2.2.1",
|
32
32
|
]
|
@@ -1 +0,0 @@
|
|
1
|
-
3.12
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/cd.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/.github/workflows/scan.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test-alt.yml
RENAMED
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test-min.yaml
RENAMED
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test.yml
RENAMED
File without changes
|
{bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/fixtures/test_a.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_name_exists.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-1.1.10 → bitwarden_workflow_linter-1.2.0}/tests/rules/test_step_pinned.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|