Skip to content

Commit fd5c2c8

Browse files
committed
Revert "remove artifact upload step from LLM security scan workflow"
This reverts commit d414322.
1 parent d414322 commit fd5c2c8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/llm-security-scan.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,11 @@ jobs:
161161
else
162162
echo "✅ SCAN PASSED — No vulnerabilities detected."
163163
fi
164+
165+
- name: Upload scan output
166+
if: always()
167+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
168+
with:
169+
name: codex-llm-security-scan-output
170+
path: /tmp/scan_output.json
171+
retention-days: 30

0 commit comments

Comments
 (0)