Open rbarkerSL opened 4 months ago
Description: Perform repository audit
If actions have not been run in the previous 6 months they should be disabled:
If actions have run in the last 6 months then actions shall remain enabled:
If actions are enabled:
npx playwright install deps
aptitude
runs-on
.github/CODEOWNERS
last-ci-review-by-team
last-ci-review-date
YYYY-MM-DD
Empty repo. Nothing to be done here for the Non-Administrative Audit points.
CI/CD Repository Audit
Description: Perform repository audit
Administrative Audit Criteria
Actions State
If actions have not been run in the previous 6 months they should be disabled:
If actions have run in the last 6 months then actions shall remain enabled:
Settings Window
General Tab
Features Section:
Pull Requests Section:
Pushes Section:
Collaborators and Teams Tab
Branches Tab
Tags Tab
Rules/Rulesets Tab
Actions Tab
If actions are enabled:
Webhooks Tab
Secrets and Variables Tab
App Integrations
Security Checks in Repo
npx playwright install deps
is used to install OS dependencies instead ofaptitude
Code Formatting
Non-Administrative Audit Criteria
Dependabot
Workflow checks
Self Hosted Runners
runs-on
stanzaCODEOWNERS
.github/CODEOWNERS
is valid and up-to-dateOther
Acceptance Criteria
Custom Properties - Marking Complete
last-ci-review-by-team
is setlast-ci-review-date
is set (Use format:YYYY-MM-DD
)