We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc592f commit a3f075fCopy full SHA for a3f075f
.github/workflows/osv-scanner-main.yaml
@@ -83,6 +83,7 @@ jobs:
83
if: ${{ steps.latest_issue.outputs.content != '' && !contains(steps.results.outputs.content, 'No issues found') }}
84
env:
85
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86
+ ISSUE_BODY: ${{ steps.results.outputs.content }}
87
LATEST_ISSUE: ${{ steps.latest_issue.outputs.content }}
88
run: |
89
gh issue edit ${LATEST_ISSUE} --title "Vulnerabilities as of ${NOW}" --body "${ISSUE_BODY}"
0 commit comments