Skip to content

Commit 5856de2

Browse files
Jonathan D.A. Jewellclaude
andcommitted
feat: pass VERISIMDB_PAT to scan-and-report workflow
Enable automated dispatch of scan results to verisimdb-data by passing the VERISIMDB_PAT secret to the reusable workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e622a19 commit 5856de2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/security-scan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ permissions:
1515
jobs:
1616
scan:
1717
uses: hyperpolymath/panic-attacker/.github/workflows/scan-and-report.yml@main
18+
secrets:
19+
VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}

0 commit comments

Comments
 (0)