-
Notifications
You must be signed in to change notification settings - Fork 504
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
Refactor of Docker, updated workflow #1063
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
f69c26f
to
5317fae
Compare
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.0 to 3.1.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.1.0...3.1.7) --- updated-dependencies: - dependency-name: dompurify dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…_yarn/openbullet2-web-client/dompurify-3.1.7 Bump dompurify from 3.1.0 to 3.1.7 in /openbullet2-web-client
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.0 to 3.1.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.1.0...3.1.7) --- updated-dependencies: - dependency-name: dompurify dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ullet2 into refactor-docker-ci
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.0 to 3.1.7. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.1.0...3.1.7) --- updated-dependencies: - dependency-name: dompurify dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ullet2 into refactor-docker-ci
Description
Most of the change are minim, like added codeql ci to test linting and security issue, update the action version, run test on ubuntu macsos and windows also.
Removed some warning in workflow also.
Cleanup dockerfile for a more lite weight image, test the image and build-it without problem, i removed some un-necessary package. Overall better syntax and removed some warning during building.
How Has This Been Tested?
Build the Dockerfile and run it.
Issue for the failed test: #1114
Checklist: