Skip to content

Commit a259750

Browse files
committed
Merge branch 'main' of https://github.com/githubnext/gh-aw
2 parents a30c9f6 + c86a4c8 commit a259750

4 files changed

Lines changed: 0 additions & 30 deletions

File tree

.github/workflows/secret-scanning-triage.lock.yml

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/secret-scanning-triage.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,3 @@ After rotation and invalidation:
167167
- Keep critical info visible (alert link, secret type, immediate actions)
168168
- Wrap detailed steps in `<details><summary><b>Section</b></summary>` tags
169169
- Include workflow run reference at the end
170-
171-
### 6) Record handling
172-
173-
Append a JSON line to `/tmp/gh-aw/cache-memory/secret-scanning-triage.jsonl` for the alert you handled.

.github/workflows/security-fix-pr.lock.yml

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/security-fix-pr.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,3 @@ If any step fails:
167167
- **Fix Generation**: Document why the fix couldn't be automated and move to the next alert
168168

169169
Remember: Your goal is to provide secure, well-analyzed autofixes that address the root cause of vulnerabilities. Focus on quality and accuracy.
170-
171-
## Cache Memory Format
172-
173-
- Store recently fixed alert numbers to avoid duplicates
174-
- Write to a file "fixed.jsonl" in the cache memory folder in JSONL format:
175-
```jsonl
176-
{"alert_number": 123, "timestamp": "2024-01-14T10:30:00Z"}
177-
{"alert_number": 124, "timestamp": "2024-01-14T10:35:00Z"}
178-
```
179-
180-
Before processing an alert, check if it exists in the cache to avoid duplicate work.

0 commit comments

Comments
 (0)