We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef70eae commit 9884562Copy full SHA for 9884562
1 file changed
.github/actions/replicate/replicate.ts
@@ -11,7 +11,7 @@ const COMMENT_TASK_LIST = `## Task List
11
- [ ] Security Lab
12
- [ ] CodeQL: Generate result set and post the URL in the comment
13
- [ ] Security Lab assessment:
14
- - [ ] Assess the Vulnerability Impact, the Vulnerability Scope, and the False Positive ratio
+ - [ ] Assess the Vulnerability Impact, the Vulnerability Scope, and the False Positive ratio based on the provided CodeQL result set
15
- [ ] Provide feedback to the author in the PR
16
- [ ] CodeQL assessment:
17
- [ ] Assess the Code Maturity and the Documentation
@@ -203,4 +203,3 @@ const run = async (): Promise<void> => {
203
}
204
205
run()
206
-
0 commit comments