chore(work): tick task in 06-codeql-and-audit-signatures
This commit is contained in:
@@ -3,7 +3,7 @@ id: 06-codeql-and-audit-signatures
|
|||||||
epic: 2026-05-14-ci-security-and-supply-chain
|
epic: 2026-05-14-ci-security-and-supply-chain
|
||||||
title: CodeQL workflow + pnpm audit signatures
|
title: CodeQL workflow + pnpm audit signatures
|
||||||
type: technical-story
|
type: technical-story
|
||||||
status: todo
|
status: in-progress
|
||||||
feature: tooling
|
feature: tooling
|
||||||
depends-on: []
|
depends-on: []
|
||||||
blocks: [08-reviewer-prompt-update]
|
blocks: [08-reviewer-prompt-update]
|
||||||
@@ -36,5 +36,5 @@ Add two baseline GitHub-native gates: (1) a `pnpm audit signatures --audit-level
|
|||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
- [ ] Add `pnpm audit signatures --audit-level=high` as a step in `ci.yml`'s `validate` job; one commit, all gates pass.
|
- [x] Add `pnpm audit signatures --audit-level=high` as a step in `ci.yml`'s `validate` job; one commit, all gates pass.
|
||||||
- [ ] Create `.github/workflows/codeql.yml` (language: `javascript-typescript`; triggers: push to main, pull_request, weekly schedule Wednesday 02:00 UTC; default queries; consumer note about GitHub Advanced Security requirement for private repos); one commit, all gates pass.
|
- [ ] Create `.github/workflows/codeql.yml` (language: `javascript-typescript`; triggers: push to main, pull_request, weekly schedule Wednesday 02:00 UTC; default queries; consumer note about GitHub Advanced Security requirement for private repos); one commit, all gates pass.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"updated_at": "2026-05-14T17:53:08.262Z",
|
"updated_at": "2026-05-14T17:54:43.702Z",
|
||||||
"epics": {
|
"epics": {
|
||||||
"2026-05-13-binder-wrap-helper": {
|
"2026-05-13-binder-wrap-helper": {
|
||||||
"status": "done",
|
"status": "done",
|
||||||
@@ -100,10 +100,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"06-codeql-and-audit-signatures": {
|
"06-codeql-and-audit-signatures": {
|
||||||
"status": "todo",
|
"status": "in-progress",
|
||||||
"title": "CodeQL workflow + pnpm audit signatures",
|
"title": "CodeQL workflow + pnpm audit signatures",
|
||||||
"ac_total": 2,
|
"ac_total": 2,
|
||||||
"ac_completed": 0,
|
"ac_completed": 1,
|
||||||
"depends_on": [],
|
"depends_on": [],
|
||||||
"blocks": [
|
"blocks": [
|
||||||
"08-reviewer-prompt-update"
|
"08-reviewer-prompt-update"
|
||||||
|
|||||||
Reference in New Issue
Block a user