Skip to content

feat(testdata): enable seeding via configMap, remove consortia files … #266

feat(testdata): enable seeding via configMap, remove consortia files …

feat(testdata): enable seeding via configMap, remove consortia files … #266

Triggered via push September 27, 2024 15:31
Status Success
Total duration 39s
Artifacts

kics.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
[MEDIUM] Container Running With Low UID: charts/ssi-credential-issuer/templates/cronjob-issuer-processes.yaml#L41
Check if containers are running with low UID, which might cause conflicts with the host's user table.
[MEDIUM] Container Running With Low UID: charts/ssi-credential-issuer/templates/deployment-issuer-service.yaml#L43
Check if containers are running with low UID, which might cause conflicts with the host's user table.
[MEDIUM] Container Running With Low UID: charts/ssi-credential-issuer/templates/cronjob-expiry-app.yaml#L41
Check if containers are running with low UID, which might cause conflicts with the host's user table.
[MEDIUM] Seccomp Profile Is Not Configured: charts/ssi-credential-issuer/templates/deployment-issuer-service.yaml#L43
Containers should be configured with a secure Seccomp profile to restrict potentially dangerous syscalls
[MEDIUM] Seccomp Profile Is Not Configured: charts/ssi-credential-issuer/templates/cronjob-expiry-app.yaml#L41
Containers should be configured with a secure Seccomp profile to restrict potentially dangerous syscalls
[MEDIUM] Seccomp Profile Is Not Configured: charts/ssi-credential-issuer/templates/cronjob-issuer-processes.yaml#L41
Containers should be configured with a secure Seccomp profile to restrict potentially dangerous syscalls
[MEDIUM] Service Account Token Automount Not Disabled: charts/ssi-credential-issuer/templates/deployment-issuer-service.yaml#L38
Service Account Tokens are automatically mounted even if not necessary
[MEDIUM] Service Account Token Automount Not Disabled: charts/ssi-credential-issuer/templates/cronjob-issuer-processes.yaml#L35
Service Account Tokens are automatically mounted even if not necessary
[MEDIUM] Service Account Token Automount Not Disabled: charts/ssi-credential-issuer/templates/cronjob-expiry-app.yaml#L35
Service Account Tokens are automatically mounted even if not necessary
[LOW] CronJob Deadline Not Configured: charts/ssi-credential-issuer/templates/cronjob-expiry-app.yaml#L20
Cronjobs must have a configured deadline, which means the attribute 'startingDeadlineSeconds' must be defined