Add visibility check in context path #26

Merged
floatingghost merged 6 commits from context-path-leak into develop 2022-06-29 09:34:02 +00:00
Showing only changes of commit 9e6d237708 - Show all commits

View file

@ -16,7 +16,9 @@ pipeline:
glibc: glibc:
when: when:
event: event:
- tag - push
branch:
- develop
secrets: secrets:
- SCW_ACCESS_KEY - SCW_ACCESS_KEY
- SCW_SECRET_KEY - SCW_SECRET_KEY
@ -44,7 +46,9 @@ pipeline:
musl: musl:
when: when:
event: event:
- tag - push
branch:
- develop
secrets: secrets:
- SCW_ACCESS_KEY - SCW_ACCESS_KEY
- SCW_SECRET_KEY - SCW_SECRET_KEY