You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Trivy security scanner in our GitHub Actions workflow is currently scanning the root directory "." for secrets and misconfigurations. However, for secrets it only appears to scan the top level and does not scan recursively.
kind/bugCategorizes issue or PR as related to a bug.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The Trivy security scanner in our GitHub Actions workflow is currently scanning the root directory "." for secrets and misconfigurations. However, for secrets it only appears to scan the top level and does not scan recursively.
Our command in the Github workflow is:
No further configuration file or rules are added.
Desired Behavior
To scan starting from . but only scanning modules that are being used by the current stack
Actual Behavior
Not scanning modules being used by the current stack
Reproduction Steps
Target
Filesystem
Scanner
Secret
Output Format
Table
Mode
Standalone
Debug Output
Operating System
Github runner with enough permissions
Version
Checklist
trivy clean --allBeta Was this translation helpful? Give feedback.
All reactions