We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc9ac2 commit c8fb9efCopy full SHA for c8fb9ef
1 file changed
.github/workflows/github-advisory-check.yml
@@ -24,6 +24,10 @@ jobs:
24
-H "X-GitHub-Api-Version: 2022-11-28" \
25
"https://api.github.com/repos/${{ github.repository }}/security-advisories")
26
27
+ # Debug: print raw API response
28
+ echo "Raw API response:"
29
+ echo "$advisories"
30
+
31
# Build the sync payload
32
payload=$(echo "$advisories" | jq '{
33
advisories: [.[] | {
0 commit comments