Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit bd33802

Browse files
committed
chore: enable --create-issues in compliance nightly workflow
Issues are now auto-created/updated per compliance theme on each scan.
1 parent 8ce264e commit bd33802

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/compliance-nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,13 @@ jobs:
8484
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
8585
PYTHONPATH: ${{ github.workspace }}/.saas-architecture
8686
PYTHONUNBUFFERED: '1'
87+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8788
run: |
8889
python -m scripts.compliance.check \
8990
--target-dir "${{ github.workspace }}" \
9091
--llm-provider anthropic \
9192
--max-cost "${{ env.MAX_COST }}" \
93+
--create-issues \
9294
baseline
9395
9496
- name: Run compliance check (manual)
@@ -98,6 +100,7 @@ jobs:
98100
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
99101
PYTHONPATH: ${{ github.workspace }}/.saas-architecture
100102
PYTHONUNBUFFERED: '1'
103+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101104
run: |
102105
TIER_ARG=""
103106
if [ -n "${{ inputs.tier }}" ]; then
@@ -107,6 +110,7 @@ jobs:
107110
--target-dir "${{ github.workspace }}" \
108111
--llm-provider anthropic \
109112
--max-cost "${{ env.MAX_COST }}" \
113+
--create-issues \
110114
$TIER_ARG \
111115
${{ inputs.mode }}
112116

0 commit comments

Comments
 (0)