Skip to content

Commit 4da2d81

Browse files
p-linnaneclaude
andauthored
ci(scan): generate SHA-256 sidecar after successful scan (#373)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 395233a commit 4da2d81

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/scan-ipsw.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ jobs:
198198
fi
199199
.build/release/macosdb scan "${SCAN_ARGS[@]}"
200200
201+
- name: Generate SHA-256 sidecar
202+
run: .build/release/macosdb validate "${IPSW_FILE}"
203+
201204
- name: Commit and push
202205
run: |
203206
NEW_FILE=$(git ls-files --others --exclude-standard 'data/macos/releases/')

0 commit comments

Comments
 (0)