File tree Expand file tree Collapse file tree 4 files changed +37
-10
lines changed Expand file tree Collapse file tree 4 files changed +37
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export PATH="./.bin:$PATH"
6
6
set -euxo pipefail
7
7
8
8
# renovate: datasource=github-releases depName=helm-docs lookupName=norwoodj/helm-docs
9
- HELM_DOCS_VERSION=1.5 .0
9
+ HELM_DOCS_VERSION=1.7 .0
10
10
11
11
# install helm-docs
12
12
curl --silent --show-error --fail --location --output /tmp/helm-docs.tar.gz https://github.com/norwoodj/helm-docs/releases/download/v" ${HELM_DOCS_VERSION} " /helm-docs_" ${HELM_DOCS_VERSION} " _Linux_x86_64.tar.gz
Original file line number Diff line number Diff line change 1
1
2
- name : Anchore Container Scan
2
+ name : Container Scan
3
3
on :
4
4
push :
5
5
branches : [ main ]
@@ -15,13 +15,14 @@ jobs:
15
15
uses : actions/checkout@v2
16
16
- name : Build the Docker image
17
17
run : docker build . --file Dockerfile --tag localbuild/testimage:latest
18
- - name : Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
19
- uses : anchore/scan-action@b08527d5ae7f7dc76f9621edb6e49eaf47933ccd
18
+ - name : Scan image
19
+ id : scan
20
+ uses : aquasecurity/trivy-action@master
20
21
with :
21
- image : " localbuild/testimage:latest"
22
- acs-report-enable : true
23
- fail-build : false
24
- - name : Upload Anchore Scan Report
22
+ image-ref : localbuild/testimage:latest
23
+ format : ' sarif '
24
+ output : ' scan-results.sarif '
25
+ - name : Upload Container Scan SARIF report
25
26
uses : github/codeql-action/upload-sarif@v1
26
27
with :
27
- sarif_file : results.sarif
28
+ sarif_file : ' scan- results.sarif'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : k8s-dev-pod
3
3
description : A Helm chart for deploying a dev environment inside a K8S cluster that is compatible with Visual Studio Code remote targets
4
4
type : application
5
- version : 0.1.8
5
+ version : 0.1.9
6
6
appVersion : " 0.1.0"
7
7
maintainers :
8
8
- name : Bryopsida
Original file line number Diff line number Diff line change
1
+ # k8s-dev-pod
2
+
3
+ ![ Version: 0.1.9] ( https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.1.0] ( https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square )
4
+
5
+ A Helm chart for deploying a dev environment inside a K8S cluster that is compatible with Visual Studio Code remote targets
6
+
7
+ ## Maintainers
8
+
9
+ | Name | Email | Url |
10
+ | ---- | ------ | --- |
11
+ | Bryopsida | | |
12
+
13
+ ## Values
14
+
15
+ | Key | Type | Default | Description |
16
+ | -----| ------| ---------| -------------|
17
+ | homeSize | int | ` 20 ` | |
18
+ | image.pullPolicy | string | ` "Always" ` | |
19
+ | image.repo | string | ` "ghcr.io/bryopsida/k8s-dev-pod" ` | |
20
+ | image.tag | string | ` "main" ` | |
21
+ | ingressEnabled | bool | ` false ` | |
22
+ | ingressPort | int | ` 3022 ` | |
23
+ | passwordLoginEnabled | bool | ` true ` | |
24
+
25
+ ----------------------------------------------
26
+ Autogenerated from chart metadata using [ helm-docs v1.7.0] ( https://github.com/norwoodj/helm-docs/releases/v1.7.0 )
You can’t perform that action at this time.
0 commit comments