Skip to content
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

Bugfixed Angularjs Csti Scanner ⛑ HelmChart #401

Merged
merged 4 commits into from
May 4, 2021
Merged

Conversation

SebieF
Copy link
Contributor

@SebieF SebieF commented May 4, 2021

Description

Fixing version and typos in Chart.yaml and helm2.Chart.yaml:

  • apiVersion v1 -> apiVersion v2
  • name angularja-csti-scanner -> name angularjs-csti-scanner

Fixing templates/angularjs-csti-scanner-scan-type.yaml:

  • Changing image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.appVersion }}" to
    image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"

The last issue prevented the scanner from getting installed.

SebieF added 3 commits May 4, 2021 14:16
Old version v1 is outdated
"angularja" -> "angularjs"
Typo in line 20 (appVersion in lower case) prevented the scanner from being installed
@SebieF SebieF added the bug Bugs label May 4, 2021
@SebieF SebieF self-assigned this May 4, 2021
@SebieF SebieF added this to In Progress in secureCodeBox v2 via automation May 4, 2021
@rseedorff rseedorff changed the title [Bugfix] Fixing Angularjs Csti Scanner Charts [Bugfix] Fixing Angularjs Csti Scanner ⛑ HelmChart May 4, 2021
@rseedorff rseedorff added this to the v2.7.0 milestone May 4, 2021
@rseedorff rseedorff enabled auto-merge May 4, 2021 15:20
@rseedorff
Copy link
Member

Good catch! Thx @SebieF !

@rseedorff rseedorff merged commit ecd1356 into main May 4, 2021
@rseedorff rseedorff deleted the acsti-fixes branch May 4, 2021 15:41
secureCodeBox v2 automation moved this from In Progress to Done May 4, 2021
@SebieF SebieF moved this from Done to counter in secureCodeBox v2 May 7, 2021
@rseedorff rseedorff changed the title [Bugfix] Fixing Angularjs Csti Scanner ⛑ HelmChart Bugfixed Angularjs Csti Scanner ⛑ HelmChart May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants