feat(security): Render security scan results during build (#1451)

* feat(security): Render security scan results during build.

* move devcontainer to tccr in workflows

* move vscode devcontainer to tccr

* add fake bump to force tests to actually run

* ok

* work on building docs out of the security scan

* slight fix

* try to output container scan data

* done

* whoops

* output container scan output to file (crude)

* temporaryily encapsulate trivy output with code tags

* add some console output while running security scans
This commit is contained in:
Kjeld Schouten-Lebbing
2021-12-03 19:31:19 +01:00
committed by GitHub
parent 462c2c167a
commit e5e4c0950c
7 changed files with 68 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.154.0/containers/ruby
{
"name": "Ruby",
"image": "ghcr.io/truecharts/devcontainer:v2.1.0"
"image": "tccr.io/truecharts/devcontainer:v2.1.0"
// Set *default* container specific settings.json values on container create.
"settings": {