bitwarden_workflow_linter 0.5.2__tar.gz → 0.5.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.
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/PKG-INFO +1 -1
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/__about__.py +1 -1
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/default_actions.json +15 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.editorconfig +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.gitattributes +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/CODEOWNERS +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/renovate.json +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/workflows/_version_type.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/workflows/cd.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/workflows/ci.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/workflows/enforce-labels.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/workflows/scan.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/workflows/update_actions.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.gitignore +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.husky/pre-commit +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.python-version +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/CONTRIBUTING.md +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/LICENSE.txt +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/Pipfile +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/Pipfile.lock +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/README.md +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/SECURITY.md +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/Taskfile.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/package-lock.json +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/package.json +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/pylintrc +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/pyproject.toml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/pyproject.toml.tpl +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/settings.yaml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/__init__.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/actions.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/cli.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/default_settings.yaml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/lint.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/load.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/models/__init__.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/models/job.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/models/step.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/models/workflow.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/rule.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/rules/__init__.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/rules/job_environment_prefix.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/rules/name_capitalized.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/rules/name_exists.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/rules/pinned_job_runner.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/rules/run_actionlint.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/rules/step_approved.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/rules/step_pinned.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/rules/underscore_outputs.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/src/bitwarden_workflow_linter/utils.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/__init__.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/conftest.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test-alt.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test-min-incorrect.yaml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test-min.yaml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test-outputs-incorrect.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test.yml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test_a.yaml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test_workflow.yaml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test_workflow_incorrect.yaml +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/rules/__init__.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/rules/test_job_environment_prefix.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/rules/test_name_capitalized.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/rules/test_name_exists.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/rules/test_pinned_job_runner.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/rules/test_run_actionlint.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/rules/test_step_approved.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/rules/test_step_pinned.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/rules/test_underscore_output.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/test_job.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/test_lint.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/test_load.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/test_rule.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/test_step.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/test_utils.py +0 -0
- {bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/test_workflow.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: bitwarden_workflow_linter
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.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
|
@@ -264,6 +264,11 @@
|
|
264
264
|
"sha": "3096afedf9873361b2b2f65e1445b13272c83eb8",
|
265
265
|
"version": "codeql-bundle-v2.20.0"
|
266
266
|
},
|
267
|
+
"goto-bus-stop/setup-zig": {
|
268
|
+
"name": "goto-bus-stop/setup-zig",
|
269
|
+
"sha": "abea47f85e598557f500fa1fd2ab7464fcb39406",
|
270
|
+
"version": "v2.2.1"
|
271
|
+
},
|
267
272
|
"gradle/actions": {
|
268
273
|
"name": "gradle/actions",
|
269
274
|
"sha": "cc4fc85e6b35bafd578d5ffbc76a5518407e1af0",
|
@@ -324,6 +329,11 @@
|
|
324
329
|
"sha": "276d7966e389d888f011539a86c8920025ea0626",
|
325
330
|
"version": "v3.0.1"
|
326
331
|
},
|
332
|
+
"PyO3/maturin-action": {
|
333
|
+
"name": "PyO3/maturin-action",
|
334
|
+
"sha": "ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab",
|
335
|
+
"version": "v1.45.0"
|
336
|
+
},
|
327
337
|
"reactivecircus/android-emulator-runner": {
|
328
338
|
"name": "reactivecircus/android-emulator-runner",
|
329
339
|
"sha": "62dbb605bba737720e10b196cb4220d374026a6d",
|
@@ -339,6 +349,11 @@
|
|
339
349
|
"sha": "d33c176a9b784876d966f80fb1b461808edc0641",
|
340
350
|
"version": "v2.1.1"
|
341
351
|
},
|
352
|
+
"shivammathur/setup-php": {
|
353
|
+
"name": "shivammathur/setup-php",
|
354
|
+
"sha": "c541c155eee45413f5b09a52248675b1a2575231",
|
355
|
+
"version": "2.31.1"
|
356
|
+
},
|
342
357
|
"sigstore/cosign-installer": {
|
343
358
|
"name": "sigstore/cosign-installer",
|
344
359
|
"sha": "dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/PULL_REQUEST_TEMPLATE.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/workflows/cd.yml
RENAMED
File without changes
|
{bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.github/workflows/ci.yml
RENAMED
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/.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
|
{bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test-alt.yml
RENAMED
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test-min.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/fixtures/test_a.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/tests/rules/test_name_exists.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.5.2 → bitwarden_workflow_linter-0.5.3}/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
|