-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add FP handling * beautify * fix: use notifier image with mailx (#110) * fix: Dot not perform to lower * fix: Dot not perform to lower * mailx debugging * fix: downgrading defectdojo-client to last used known version * CIS icons for Slack & co.! * CIS icons for Slack & co.! * chore: change escaping * fix: to lower workflow name * fix: clamscan exit code * Update README.md * fix: Malware detection * feat: Enhance mail debugging * chore: Enhance debugging for mail enforcement * fix: Check of detectedMalwareCount * chore: Make Sanesecurity.Foxhole signature ignore more flexible * Update README.md * chor:e Update README.md * chore: Update cleanup-scandata.yml * Update kustomization.yml * chore: undo * fix: Image * chore: activate * feat: Use S3 API * Add s3 API * Use emptyDir instead of NFS (nodes need to have storage > ~50GB) * fix: Image source list without git content * fix: flatten images * fix: Some vars * feat: current status * feat: update * fix: git config * fix: git config * feat: Update for helm local * chore: enhance debugging * chore: enhance debugging * fix: Inspection * chore: move image-metadata to cluster-image-scanner * fix: sed * fix: Remove quotes for skopeo_config * feat: add variables.yaml feat: copy argo-main * feat: add combined messages * feat: add combined messages * fix: remove old creds * fix: version * feat: revert changes * feat: bundle notifications * chore: use pathSeparator * fix: return on empty dst * fix: return on empty src * feat: add smtp * fix: use statistic-client version 3 * Update values.yaml change name of SA --------- Co-authored-by: Roland Schilling <corrupt@users.noreply.github.com> Co-authored-by: corrupt <365169+corrupt@users.noreply.github.com>
- Loading branch information
1 parent
54d91de
commit 7822d37
Showing
132 changed files
with
760 additions
and
4,448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...age-metadata-orchestrator-base/Chart.yaml → ...mage-scanner-orchestrator-base/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 12 additions & 0 deletions
12
deployment/helm/cluster-image-scanner-orchestrator-base/templates/email.cm.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: email-parameter | ||
namespace: {{ .Release.Namespace }} | ||
data: | ||
smtp: "{{ .Values.smtp.smtp }}" | ||
smtp-auth: "{{ .Values.smtp.auth }}" | ||
smtp-auth-user: "{{ .Values.smtp.user }}" | ||
SMTP_START_TLS: "{{ .Values.smtp.starttls }}" | ||
SMTP_MAIL_PARAMETER: "{{ .Values.smtp.smtpMailParameter }}" | ||
SMTP_ENFORCE_MAILTO: "{{ .Values.smtp.smtpEnforceMailTo }}" |
7 changes: 7 additions & 0 deletions
7
deployment/helm/cluster-image-scanner-orchestrator-base/templates/email.secret.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: email | ||
namespace: {{ .Release.Namespace }} | ||
data: | ||
smtp-auth-password: {{ .Values.smtp.password | b64enc }} |
File renamed without changes.
Oops, something went wrong.