Compliance Finding
Category: ci-workflows
Severity: error
Check: non-stub-dependency-audit.yml
Detail
Centralized workflow dependency-audit.yml references the reusable but is not pinned to @v1 (org standard). Replace with the canonical stub from standards/workflows/dependency-audit.yml which delegates to petry-projects/.github/.github/workflows/dependency-audit-reusable.yml@v1.
Standard Reference
standards/ci-standards.md#centralization-tiers
Remediation
Copy the relevant workflow template from standards/workflows/ verbatim — do not generate from scratch:
gh api repos/petry-projects/.github/contents/standards/workflows/<template>.yml --jq '.content' | base64 -d > .github/workflows/<template>.yml
Available templates: agent-shield.yml, dev-lead.yml, dependabot-automerge.yml, dependabot-rebase.yml, dependency-audit.yml, feature-ideation.yml
This issue was automatically created by the weekly compliance audit.
Compliance Finding
Category:
ci-workflowsSeverity:
errorCheck:
non-stub-dependency-audit.ymlDetail
Centralized workflow
dependency-audit.ymlreferences the reusable but is not pinned to@v1(org standard). Replace with the canonical stub fromstandards/workflows/dependency-audit.ymlwhich delegates topetry-projects/.github/.github/workflows/dependency-audit-reusable.yml@v1.Standard Reference
standards/ci-standards.md#centralization-tiers
Remediation
Copy the relevant workflow template from
standards/workflows/verbatim — do not generate from scratch:Available templates:
agent-shield.yml,dev-lead.yml,dependabot-automerge.yml,dependabot-rebase.yml,dependency-audit.yml,feature-ideation.ymlThis issue was automatically created by the weekly compliance audit.