We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d414322 commit fd5c2c8Copy full SHA for fd5c2c8
1 file changed
.github/workflows/llm-security-scan.yml
@@ -161,3 +161,11 @@ jobs:
161
else
162
echo "✅ SCAN PASSED — No vulnerabilities detected."
163
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