Secret scanning: how to know that the scan has passed ? #17180
Replies: 1 comment
-
Hi! At the moment, If you have no alerts and all 3 security features (code scanning, secret scanning, and Dependabot alerts) are turned on for the repo, your risk score will be If you have no alerts but you don't have all 3 security features enabled, then your risk score will be Even if you don't have all 3 security features enabled, if you had any alerts in the enabled features, your risk score would be at least In your screenshot, the second repository shows a little 'x' next to the code scanning icon. If you hover over the icon, a tooltip will show up. I'm guessing that tooltip will say "no supported language". That's a special case when we calculate risk. If we detect that your repository doesn't use any of the programming languages CodeQL/code scanning supports, then we don't consider whether code scanning is enabled/disabled when calculating whether to show |
Beta Was this translation helpful? Give feedback.
-
Hello,
We use secret scanning and have activated it on our repositories.
We are not using code scanning (our repositories are mainly on infrastructure components).
After waiting some days, we have noticed this:
We think the status "clear" is updated from code scanning or dependabot alerts, but not from secret scanning.
How to make sure that the secret scanning is effective? Are there any log of execution available, or status update related?
Beta Was this translation helpful? Give feedback.
All reactions