fix: address security scanners follow-up items (#180)#199
Merged
leandrodamascena merged 5 commits intomainfrom Apr 21, 2026
Merged
fix: address security scanners follow-up items (#180)#199leandrodamascena merged 5 commits intomainfrom
leandrodamascena merged 5 commits intomainfrom
Conversation
- Fix concurrency group descriptions in admin guide to match actual
{workflow}-{event_name}-{ref} pattern
- Update ClamAV image digest to current latest (linux/amd64)
- Add inline comment explaining sudo rm -f man-db workaround
- Replace TODO in Updating Pinned Versions with real instructions
including monthly ClamAV cadence, GitHub Actions SHA lookup,
scanner version sources, and verification steps
Closes #180
4 tasks
leandrodamascena
requested changes
Apr 20, 2026
Contributor
leandrodamascena
left a comment
There was a problem hiding this comment.
Hi @scottschreckengaust, I left a comment. I saw that you're making changes to the administrative guide to maintain a consistent cadence in updating dependencies, but at the same time you're submitting a PR to resolve the issue with Dependabot. So, should we maintain this consistency using only Dependabot?
Dependabot (PR #200) will handle automated version updates, making manual update instructions unnecessary.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
leandrodamascena
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses all three follow-up items from issue #180 (security scanners PR #161 review).
Changes
1. Fix concurrency group descriptions in admin guide
docs/ADMINISTRATIVE_GUIDE.md— updated all three workflow reference tables from{workflow}-{ref}to{workflow}-{event_name}-{ref}to match the actual implementation(changed in
0a2da23to prevent push events from cancelling scheduled scans).2. Document ClamAV digest update cadence and update digest
security-scanners.ymlto current latest3. Add inline comment for
sudo rm -fworkaroundAdded
# prevent man-db auto-update from blocking apt-getto the ClamAV job'ssudo rm -f /var/lib/man-db/auto-updateline.Checklist
Test Plan
npx markdownlint-cli2 "docs/ADMINISTRATIVE_GUIDE.md"passes with 0 errorsdocker buildx imagetools inspectCloses #180
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.