-
Notifications
You must be signed in to change notification settings - Fork 21
FIX: More dashboard and trivy relatred fixes #364
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
base: main
Are you sure you want to change the base?
Conversation
2850ce4 to
415cc8a
Compare
32708c8 to
3fa797e
Compare
MateuszGrabuszynski
left a comment
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.
It is a good practice to add those package versions to ensure stable execution conditions. However, we should keep in mind, they all shall be less than 1 year old, unless strictly necessary.
3fa797e to
33bfa50
Compare
fc7540f to
a361105
Compare
MateuszGrabuszynski
left a comment
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.
LGTM
225ae5d to
b6d8469
Compare
bdf388b to
7a20351
Compare
FIX: Trivy related update to `github_pages_update.yml` Pinning the versions of action workflows Signed-off-by: Miłosz Linkiewicz <[email protected]>
FIX: Security scans versioning in `validation-tests.yml` Pinned down the version of pipenv being installed by `python3 -m pip` Signed-off-by: Miłosz Linkiewicz <[email protected]>
FIX: Added version pinning in setup_build_env.sh. This addressed another issue found by trivy and security tools. Signed-off-by: Miłosz Linkiewicz <[email protected]>
Signed-off-by: Miłosz Linkiewicz <[email protected]>
7a20351 to
5004be6
Compare
FIX: More dashboard and trivy relatred fixes.
Add: Missing pip version pinnings
Add: Missing hash version hooking in github actions.