Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

feat: Update pod config to be more strict w.r.t. security #6020

Merged
merged 5 commits into from
Jan 24, 2022

Conversation

thisthat
Copy link
Member

@thisthat thisthat commented Nov 16, 2021

@thisthat thisthat added the CI:trigger-build-everything Trigger CI Build: Set BUILD_EVERYTHING=TRUE label Nov 16, 2021
@codecov
Copy link

codecov bot commented Nov 16, 2021

Codecov Report

Merging #6020 (9b42208) into master (fb06427) will increase coverage by 0.04%.
The diff coverage is n/a.

❗ Current head 9b42208 differs from pull request most recent head 9d1d4bd. Consider uploading reports for the commit 9d1d4bd to get more accurate results

@@            Coverage Diff             @@
##           master    #6020      +/-   ##
==========================================
+ Coverage   56.73%   56.77%   +0.04%     
==========================================
  Files         496      496              
  Lines       28347    28342       -5     
  Branches     1301     1301              
==========================================
+ Hits        16082    16092      +10     
+ Misses      11058    11042      -16     
- Partials     1207     1208       +1     
Impacted Files Coverage Δ
shipyard-controller/handler/projecthandler.go 86.15% <0.00%> (+3.43%) ⬆️
shipyard-controller/common/configurationstore.go 88.52% <0.00%> (+11.38%) ⬆️
Flag Coverage Δ
api 67.62% <ø> (ø)
approval-service 71.92% <ø> (ø)
bridge-server 49.44% <ø> (ø)
bridge2 73.75% <ø> (ø)
cli 42.12% <ø> (ø)
configuration-service 8.17% <ø> (ø)
distributor 66.92% <ø> (ø)
helm-service 49.04% <ø> (ø)
jmeter-service 13.40% <ø> (ø)
lighthouse-service 74.40% <ø> (ø)
mongodb-datastore 61.24% <ø> (ø)
remediation-service 78.82% <ø> (ø)
resource-service 83.36% <ø> (ø)
secret-service 79.25% <ø> (ø)
shipyard-controller 57.40% <ø> (+0.22%) ⬆️
statistics-service 59.96% <ø> (ø)
webhook-service 78.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@sonarcloud
Copy link

sonarcloud bot commented Nov 17, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link
Contributor

github-actions bot commented Nov 17, 2021

Docker Build Report

  • Pushed keptn/remediation-service:0.10.1-dev-PR-6020.202111170946 and keptn/remediation-service:0.10.1-dev-PR-6020 (Source: remediation-service/)
  • Pushed keptn/approval-service:0.10.1-dev-PR-6020.202111170946 and keptn/approval-service:0.10.1-dev-PR-6020 (Source: approval-service/)
  • Pushed keptn/distributor:0.10.1-dev-PR-6020.202111170946 and keptn/distributor:0.10.1-dev-PR-6020 (Source: distributor/)
  • Pushed keptn/openshift-route-service:0.10.1-dev-PR-6020.202111170946 and keptn/openshift-route-service:0.10.1-dev-PR-6020 (Source: platform-support/openshift-route-service/)
  • Pushed keptn/jmeter-service:0.10.1-dev-PR-6020.202111170946 and keptn/jmeter-service:0.10.1-dev-PR-6020 (Source: jmeter-service/)
  • Pushed keptn/mongodb-datastore:0.10.1-dev-PR-6020.202111170946 and keptn/mongodb-datastore:0.10.1-dev-PR-6020 (Source: mongodb-datastore/)
  • Pushed keptn/webhook-service:0.10.1-dev-PR-6020.202111170946 and keptn/webhook-service:0.10.1-dev-PR-6020 (Source: webhook-service/)
  • Pushed keptn/lighthouse-service:0.10.1-dev-PR-6020.202111170946 and keptn/lighthouse-service:0.10.1-dev-PR-6020 (Source: lighthouse-service/)
  • Pushed keptn/statistics-service:0.10.1-dev-PR-6020.202111170946 and keptn/statistics-service:0.10.1-dev-PR-6020 (Source: statistics-service/)
  • Pushed keptn/api:0.10.1-dev-PR-6020.202111170946 and keptn/api:0.10.1-dev-PR-6020 (Source: api/)
  • Pushed keptn/helm-service:0.10.1-dev-PR-6020.202111170946 and keptn/helm-service:0.10.1-dev-PR-6020 (Source: helm-service/)
  • Pushed keptn/configuration-service:0.10.1-dev-PR-6020.202111170946 and keptn/configuration-service:0.10.1-dev-PR-6020 (Source: configuration-service/)
  • Pushed keptn/secret-service:0.10.1-dev-PR-6020.202111170946 and keptn/secret-service:0.10.1-dev-PR-6020 (Source: secret-service/)
  • Pushed keptn/shipyard-controller:0.10.1-dev-PR-6020.202111170946 and keptn/shipyard-controller:0.10.1-dev-PR-6020 (Source: shipyard-controller/)
  • Pushed keptn/bridge2:0.10.1-dev-PR-6020.202111170946 and keptn/bridge2:0.10.1-dev-PR-6020 (Source: bridge/)

Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
…false

Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
Signed-off-by: Giovanni Liva <giovanni.liva@dynatrace.com>
@sonarcloud
Copy link

sonarcloud bot commented Jan 24, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@thisthat thisthat marked this pull request as ready for review January 24, 2022 11:34
@thisthat thisthat requested a review from a team as a code owner January 24, 2022 11:34
@thisthat thisthat merged commit 6d69563 into master Jan 24, 2022
@thisthat thisthat deleted the update-pod-config branch January 24, 2022 12:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CI:trigger-build-everything Trigger CI Build: Set BUILD_EVERYTHING=TRUE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants