Skip to content

Commit

Permalink
12 more docs (#14)
Browse files Browse the repository at this point in the history
* #12 add sym link to readme.md

* #12 set correct depth of link

* #12 bump ver

* #12 update helm-docs, remove README.md file

* use auto generated README.md

* #12 switch from anchore -> trivy to get appropriate cat levels instead of ERROR
  • Loading branch information
bryopsida authored Mar 12, 2022
1 parent 0e515d7 commit 1347872
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/helm-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export PATH="./.bin:$PATH"
set -euxo pipefail

# renovate: datasource=github-releases depName=helm-docs lookupName=norwoodj/helm-docs
HELM_DOCS_VERSION=1.5.0
HELM_DOCS_VERSION=1.7.0

# install helm-docs
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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Anchore Container Scan
name: Container Scan
on:
push:
branches: [ main ]
Expand All @@ -15,13 +15,14 @@ jobs:
uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
uses: anchore/scan-action@b08527d5ae7f7dc76f9621edb6e49eaf47933ccd
- name: Scan image
id: scan
uses: aquasecurity/trivy-action@master
with:
image: "localbuild/testimage:latest"
acs-report-enable: true
fail-build: false
- name: Upload Anchore Scan Report
image-ref: localbuild/testimage:latest
format: 'sarif'
output: 'scan-results.sarif'
- name: Upload Container Scan SARIF report
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: results.sarif
sarif_file: 'scan-results.sarif'
2 changes: 1 addition & 1 deletion charts/k8s-dev-pod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-dev-pod
description: A Helm chart for deploying a dev environment inside a K8S cluster that is compatible with Visual Studio Code remote targets
type: application
version: 0.1.8
version: 0.1.9
appVersion: "0.1.0"
maintainers:
- name: Bryopsida
26 changes: 26 additions & 0 deletions charts/k8s-dev-pod/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# k8s-dev-pod

![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)

A Helm chart for deploying a dev environment inside a K8S cluster that is compatible with Visual Studio Code remote targets

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| Bryopsida | | |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| homeSize | int | `20` | |
| image.pullPolicy | string | `"Always"` | |
| image.repo | string | `"ghcr.io/bryopsida/k8s-dev-pod"` | |
| image.tag | string | `"main"` | |
| ingressEnabled | bool | `false` | |
| ingressPort | int | `3022` | |
| passwordLoginEnabled | bool | `true` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.7.0](https://github.com/norwoodj/helm-docs/releases/v1.7.0)

0 comments on commit 1347872

Please sign in to comment.