-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add regular vulnerability scan #5627
Conversation
33b5e2b
to
a355233
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot I think this is a great idea, making the framework more robust.
I think the cron schedule needs another look
- name: Get latest tagged Rasa Open Source version 🔎 | ||
# We only scan the latest stable version of the Rasa Open Source Image | ||
run: | | ||
git fetch --depth=1 origin "+refs/tags/*:refs/tags/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why should this run the tag and not just the master branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean against latest
(I'd like to avoid re-building the docker images) ? Can do, then we are dependent that changes from the patch branches are merged to master asap (which should be done anyway).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes I think that makes sense 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
a1548c8
to
c0ec842
Compare
Something changed in ruamel.yaml |
😂 💩 |
@alwx Could you please have a short look on the latest commit? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Does 👍 mean the change is ok, or that you will have a look? 😀 |
Proposed changes:
TODO:
ruamel.yaml
dependency https://github.com/RasaHQ/rasabaster/pull/70 due to this error https://nvd.nist.gov/vuln/detail/CVE-2019-20478#VulnChangeHistorySection (Trivy didn't find this. They are also working on including the GitHub database, which hopefully makes the detection better (Is it good to depend on safety-db for Python vuln DB? aquasecurity/trivy#344))Status (please check what you already did):
black
(please check Readme for instructions)