bitwarden_workflow_linter 0.4.7__tar.gz → 0.5.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-0.4.7 → bitwarden_workflow_linter-0.5.0}/PKG-INFO +1 -1
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/__about__.py +1 -1
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/default_actions.json +11 -6
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.editorconfig +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.gitattributes +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/CODEOWNERS +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/renovate.json +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/workflows/_version_type.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/workflows/cd.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/workflows/ci.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/workflows/enforce-labels.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/workflows/scan.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/workflows/update_actions.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.gitignore +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.husky/pre-commit +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.python-version +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/CONTRIBUTING.md +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/LICENSE.txt +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/Pipfile +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/Pipfile.lock +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/README.md +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/SECURITY.md +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/Taskfile.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/package-lock.json +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/package.json +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/pylintrc +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/pyproject.toml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/pyproject.toml.tpl +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/settings.yaml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/__init__.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/actions.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/cli.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/default_settings.yaml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/lint.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/load.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/models/__init__.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/models/job.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/models/step.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/models/workflow.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/rule.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/rules/__init__.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/rules/job_environment_prefix.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/rules/name_capitalized.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/rules/name_exists.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/rules/pinned_job_runner.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/rules/run_actionlint.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/rules/step_approved.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/rules/step_pinned.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/rules/underscore_outputs.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/src/bitwarden_workflow_linter/utils.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/__init__.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/conftest.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/fixtures/test-alt.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/fixtures/test-min-incorrect.yaml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/fixtures/test-min.yaml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/fixtures/test-outputs-incorrect.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/fixtures/test.yml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/fixtures/test_a.yaml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/fixtures/test_workflow.yaml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/fixtures/test_workflow_incorrect.yaml +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/rules/__init__.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/rules/test_job_environment_prefix.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/rules/test_name_capitalized.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/rules/test_name_exists.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/rules/test_pinned_job_runner.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/rules/test_run_actionlint.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/rules/test_step_approved.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/rules/test_step_pinned.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/rules/test_underscore_output.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/test_job.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/test_lint.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/test_load.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/test_rule.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/test_step.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/test_utils.py +0 -0
- {bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/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.
|
3
|
+
Version: 0.5.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
|
@@ -244,6 +244,11 @@
|
|
244
244
|
"sha": "1482605bfc5719782e1267fd0c0cc350fe7646b8",
|
245
245
|
"version": "v1"
|
246
246
|
},
|
247
|
+
"fastly/compute-actions": {
|
248
|
+
"name": "fastly/compute-actions",
|
249
|
+
"sha": "ca26cccf1fa541576c6fbdf50d62feb6db6ba181",
|
250
|
+
"version": "v10"
|
251
|
+
},
|
247
252
|
"futureware-tech/simulator-action": {
|
248
253
|
"name": "futureware-tech/simulator-action",
|
249
254
|
"sha": "dab10d813144ef59b48d401cd95da151222ef8cd",
|
@@ -329,16 +334,16 @@
|
|
329
334
|
"sha": "d33c176a9b784876d966f80fb1b461808edc0641",
|
330
335
|
"version": "v2.1.1"
|
331
336
|
},
|
332
|
-
"slackapi/slack-github-action": {
|
333
|
-
"name": "slackapi/slack-github-action",
|
334
|
-
"sha": "485a9d42d3a73031f12ec201c457e2162c45d02d",
|
335
|
-
"version": "v2.0.0"
|
336
|
-
},
|
337
337
|
"sigstore/cosign-installer": {
|
338
338
|
"name": "sigstore/cosign-installer",
|
339
339
|
"sha": "dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da",
|
340
340
|
"version": "v3.7.0"
|
341
341
|
},
|
342
|
+
"slackapi/slack-github-action": {
|
343
|
+
"name": "slackapi/slack-github-action",
|
344
|
+
"sha": "485a9d42d3a73031f12ec201c457e2162c45d02d",
|
345
|
+
"version": "v2.0.0"
|
346
|
+
},
|
342
347
|
"snapcore/action-build": {
|
343
348
|
"name": "snapcore/action-build",
|
344
349
|
"sha": "3bdaa03e1ba6bf59a65f84a751d943d549a54e79",
|
@@ -384,4 +389,4 @@
|
|
384
389
|
"sha": "a3c219da6b8fa73f6ba62b68ff09c469b3a1c024",
|
385
390
|
"version": "2.2.2"
|
386
391
|
}
|
387
|
-
}
|
392
|
+
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/PULL_REQUEST_TEMPLATE.md
RENAMED
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/workflows/cd.yml
RENAMED
File without changes
|
{bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/.github/workflows/ci.yml
RENAMED
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.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
|
{bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/fixtures/test-alt.yml
RENAMED
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/tests/fixtures/test-min.yaml
RENAMED
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.0}/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.4.7 → bitwarden_workflow_linter-0.5.0}/tests/rules/test_name_exists.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{bitwarden_workflow_linter-0.4.7 → bitwarden_workflow_linter-0.5.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
|