-
Notifications
You must be signed in to change notification settings - Fork 71
whispers github action #72
Comments
hey @davidogbiko, thanks for your feedback. I have bounced this idea around, and here are several thoughts that come to mind:
- name: Run whispers
run: |
pip3 install whispers
whispers src/dir What do you think? Are there any specific benefits of having a GA in the marketplace over the above example? Let me know what you think! Best regards |
Our current implementation mirrors what we have in this repo https://github.com/davidogbiko/whispers_test, using a private docker image and running on a private project as well. A market place GA would reduce config repetition across repos. |
hey @davidogbiko, Your workflow implies that you already have a prebuilt image for running whispers. You could provision that container with your whispers config, and then use that container to scan all your projects. This would avoid config replication, and is the approach I would recommend. |
Thanks @adeptex, I will follow your recommendation. I think we can close this issue. |
This tool is ideal for a CI pipeline and would be great if we have a whispers github action in the github action marketplace.
The text was updated successfully, but these errors were encountered: