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

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
concurrency: gitpush
container:
image: ghcr.io/truecharts/devcontainer:v2.0.2
image: tccr.io/truecharts/devcontainer:v2.1.0
steps:
- uses: actions/checkout@v2

View File

@@ -159,7 +159,7 @@ jobs:
release-test:
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v2.0.2
image: tccr.io/truecharts/devcontainer:v2.1.0
steps:
- name: Cache helm repo cache
id: cache

View File

@@ -18,7 +18,7 @@ jobs:
name: Unit and Lint tests
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v2.0.0
image: tccr.io/truecharts/devcontainer:v2.1.0
steps:
- name: Cache helm repo cache
id: cache