Skip to content

Commit 9884562

Browse files
Update .github/actions/replicate/replicate.ts
Co-authored-by: Bas Alberts <13686387+anticomputer@users.noreply.github.com>
1 parent ef70eae commit 9884562

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/replicate/replicate.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const COMMENT_TASK_LIST = `## Task List
1111
- [ ] Security Lab
1212
- [ ] CodeQL: Generate result set and post the URL in the comment
1313
- [ ] Security Lab assessment:
14-
- [ ] Assess the Vulnerability Impact, the Vulnerability Scope, and the False Positive ratio
14+
- [ ] Assess the Vulnerability Impact, the Vulnerability Scope, and the False Positive ratio based on the provided CodeQL result set
1515
- [ ] Provide feedback to the author in the PR
1616
- [ ] CodeQL assessment:
1717
- [ ] Assess the Code Maturity and the Documentation
@@ -203,4 +203,3 @@ const run = async (): Promise<void> => {
203203
}
204204

205205
run()
206-

0 commit comments

Comments
 (0)