| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Nice work Joe! ❤️
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## main #3261 +/- ##
==========================================
- Coverage 51.02% 46.90% -4.13%
==========================================
Files 23 23
Lines 1266 1196 -70
Branches 286 237 -49
==========================================
- Hits 646 561 -85
+ Misses 498 451 -47
- Partials 122 184 +62
Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM! Just some minor thoughts for your consideration
Sorry, something went wrong.
Hmm time to figure out why this failed 🤔 link to line in logs |
Sorry, something went wrong.
Turns out the build-docker-image script relies on the release-packages being present 😅 so I refactored it back into ci.yaml since they get built in that workflow. |
Sorry, something went wrong.
|
Okay I finally got it all working thanks to help from @code-asher 🎉 Though it says no vulnerabilities were found 🤔 |
Sorry, something went wrong.
|
Thought maybe the findings were not new? https://github.com/cdr/code-server/pull/3261/checks?check_run_id=2496406312 |
Sorry, something went wrong.
There was a problem hiding this comment.
Nice stuff! It looks so easy when it's done :)
Sorry, something went wrong.
😂 I know right? With Asher's help, it was a lot easier. |
Sorry, something went wrong.
This adds both a trivy scan for the repo and a trivy scan for our Docker image.
|
Note: for the trivy-action version I went with the commit SHA.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR adds a new job to our CI called trivy which uses trivy-action to scan our code and upload the Trivy scan results to the GitHub Security tab.
Fixes #3177