Skip to content

Commit 177f1d9

Browse files
authored
chore: add release-assets.githubusercontent.com to allowed sites for harden runner (#338)
* chore: add release-assets.githubusercontent.com to allowed sites for harden runner * chore: add release-assets.githubusercontent.com to allowed sites for harden runner
1 parent 1d42e96 commit 177f1d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conformance.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
github.com:443
2828
objects.githubusercontent.com:443
2929
proxy.golang.org:443
30+
release-assets.githubusercontent.com:443
3031
repo.maven.apache.org:443
3132
storage.googleapis.com:443
3233
@@ -94,4 +95,4 @@ jobs:
9495
useBuildpacks: false
9596
validateConcurrency: true
9697
cmd: "'mvn -f invoker/conformance/pom.xml function:run -Drun.functionTarget=com.google.cloud.functions.conformance.ConcurrentHttpConformanceFunction'"
97-
startDelay: 10
98+
startDelay: 10

0 commit comments

Comments
 (0)