diff --git a/.github/workflows/cve-annotate.yml b/.github/workflows/cve-annotate.yml index 39211921fb..f2cf366026 100644 --- a/.github/workflows/cve-annotate.yml +++ b/.github/workflows/cve-annotate.yml @@ -27,7 +27,7 @@ jobs: - name: Generate CVE Annotations id: cve-annotate run: | - cve-annotate -i . -d . + cve-annotate -i . git status -s | wc -l | xargs -I {} echo CHANGES={} >> $GITHUB_OUTPUT - name: Commit files