You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
Releases to GHCR and gh-pages (documentation, Helm charts, artifacthub base) should be protected.
Optional: Is your feature request related to a problem? Please describe.
Rolling out automated build may expose artifacts to unauthorized users by overwriting the GitHub Actions in PRs and forging requests via the pipeline to delete/modify released artifacts (container images, documentation, Helm charts).
Optional: Implementation ideas
Several combined steps can help to mitigate the described risk:
Describe the feature
Releases to GHCR and
gh-pages
(documentation, Helm charts, artifacthub base) should be protected.Optional: Is your feature request related to a problem? Please describe.
Rolling out automated build may expose artifacts to unauthorized users by overwriting the GitHub Actions in PRs and forging requests via the pipeline to delete/modify released artifacts (container images, documentation, Helm charts).
Optional: Implementation ideas
Several combined steps can help to mitigate the described risk:
develop
andmaster
scoped to bob and alice, respectivelyrelease
environment formaster
development
environment fordevelop
release
gh-pages
to exclusively allow pushes from alice (if possible, but may collide with dev docs)release
andcicd
workflows to environmentsrelease
cicd
a reusable workflow and call separately fordevelop
andmaster
branch withdevelopment
andrelease
environment, respectivelyconnaisseur-test
packageGITHUB_TOKEN
(GH Actions)sse-secure-systems/connaisseur
packages publicThe text was updated successfully, but these errors were encountered: