bitwarden_workflow_linter 0.12.0__tar.gz → 0.12.2__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.12.0 → bitwarden_workflow_linter-0.12.2}/PKG-INFO +1 -1
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/__about__.py +1 -1
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/default_actions.json +10 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.editorconfig +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.gitattributes +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/CODEOWNERS +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/renovate.json +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/_version_type.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/bwwl_operations.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/cd.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/ci.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/enforce-labels.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/examples/ci.yaml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/examples/example-references/_build.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/examples/example-references/_docker.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/examples/example-references/_test.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/examples/example-references/_version.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/examples/example.yaml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/examples/scan.yaml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/scan.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.gitignore +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.husky/pre-commit +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.python-version +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/CONTRIBUTING.md +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/LICENSE.txt +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/Pipfile +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/Pipfile.lock +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/README.md +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/RULE_ROLLOUT.md +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/SECURITY.md +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/Taskfile.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/package-lock.json +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/package.json +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/pylintrc +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/pyproject.toml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/pyproject.toml.tpl +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/settings.yaml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/__init__.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/actions.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/cli.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/default_settings.yaml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/lint.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/load.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/models/__init__.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/models/job.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/models/step.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/models/workflow.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rule.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/__init__.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/check_pr_target.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/job_environment_prefix.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/name_capitalized.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/name_exists.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/permissions_exist.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/pinned_job_runner.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/run_actionlint.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/step_approved.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/step_pinned.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/rules/underscore_outputs.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/src/bitwarden_workflow_linter/utils.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/__init__.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/conftest.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test-alt.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test-min-incorrect.yaml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test-min.yaml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test-outputs-incorrect.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test.yml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test_a.yaml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test_workflow.yaml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test_workflow_incorrect.yaml +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/__init__.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/test_check_pr_target.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/test_job_environment_prefix.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/test_name_capitalized.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/test_name_exists.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/test_permissions_exist.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/test_pinned_job_runner.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/test_run_actionlint.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/test_step_approved.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/test_step_pinned.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/test_underscore_output.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/test_job.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/test_lint.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/test_load.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/test_rule.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/test_step.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/test_utils.py +0 -0
- {bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/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.12.
|
3
|
+
Version: 0.12.2
|
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
|
@@ -289,6 +289,16 @@
|
|
289
289
|
"sha": "f9c9c575b8b21b6485636a91ffecd10e558c62f6",
|
290
290
|
"version": "v3.5.0"
|
291
291
|
},
|
292
|
+
"grafana/run-k6-action": {
|
293
|
+
"name": "grafana/run-k6-action",
|
294
|
+
"sha": "c6b79182b9b666aa4f630f4a6be9158ead62536e",
|
295
|
+
"version": "v1.2.0"
|
296
|
+
},
|
297
|
+
"grafana/setup-k6-action": {
|
298
|
+
"name": "grafana/setup-k6-action",
|
299
|
+
"sha": "ffe7d7290dfa715e48c2ccc924d068444c94bde2",
|
300
|
+
"version": "v1.1.0"
|
301
|
+
},
|
292
302
|
"hashicorp/setup-packer": {
|
293
303
|
"name": "hashicorp/setup-packer",
|
294
304
|
"sha": "1aa358be5cf73883762b302a3a03abd66e75b232",
|
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.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/cd.yml
RENAMED
File without changes
|
{bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.github/workflows/ci.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
|
{bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/.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
|
File without changes
|
{bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test-alt.yml
RENAMED
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test-min.yaml
RENAMED
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test.yml
RENAMED
File without changes
|
{bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/fixtures/test_a.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.12.0 → bitwarden_workflow_linter-0.12.2}/tests/rules/__init__.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
|
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.12.0 → bitwarden_workflow_linter-0.12.2}/tests/test_workflow.py
RENAMED
File without changes
|