Skip to content

Commit

Permalink
Add tag to update instead of add
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Nov 24, 2023
1 parent 05ae5f5 commit 1cc02cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
run: |
echo "${{ steps.trivy.outputs.stdout }}"
- name: Comment PR
- name: Comment PR for CVE
uses: thollander/actions-comment-pull-request@v2

with:
message: |
```
${{ steps.trivy.outputs.stdout }}
```
comment_tag: cve
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1cc02cb

Please sign in to comment.