Dependency lookup blocked by IP safelisting for bridgecrewio/checkov-action
#17826
Replies: 5 comments 27 replies
-
This isn't a renovate bug. It's a github restriction and renovate can't skip this. Also renovate app worker don't have fixed IP's (they will wandomly changed on worker updates), so they can't be whitelisted in any way. |
Beta Was this translation helpful? Give feedback.
-
Bridgecrew are going to need to remove this restriction or separate their open source/ closed source into different orgs |
Beta Was this translation helpful? Give feedback.
-
While I still have an open issue with the GitHub support (see #17826 (reply in thread)), I've been annoyed enough to look for a workaround. I found one: Using a host rule that uses a PAT (since these are not affected by this bug)
|
Beta Was this translation helpful? Give feedback.
-
Does anyone know if GitHub resolved this problem on their own? This repo seems to work and we haven't turned on fixed IPs in the app yet: nabeelsaabnaTests/pdmp-static-ip-test#3 |
Beta Was this translation helpful? Give feedback.
-
As of today, it seems that the problem is still not solved. We encountered odd behavior of Renovate opening and auto-closing updates for
|
Beta Was this translation helpful? Give feedback.
-
How are you running Renovate?
Mend Renovate hosted app on github.com
If you're self-hosting Renovate, tell us what version of Renovate you run.
No response
If you're self-hosting Renovate, select which platform you are using.
No response
If you're self-hosting Renovate, tell us what version of the platform you run.
No response
Was this something which used to work for you, and then stopped?
It used to work, and then stopped
Describe the bug
We're getting a dependency lookup failure for the
bridgecrewio/checkov-action
GitHub Action that used to work. From what we can see, IP safelisting is causing the problem and blocking the Renovate lookup:The full log output can be seen in this job log:
github/cds-snc/scan-files/814142718
I'm assuming all we can do is add this dependency to our
ignoreDeps
config if we don't want to see the warning on PRs and in our dependency dashboard.Relevant debug logs
Logs
Have you created a minimal reproduction repository?
I have linked to a minimal reproduction repository in the bug description
Beta Was this translation helpful? Give feedback.
All reactions