Skip to content

Commit dc1ca85

Browse files
author
Kenneth Rosario
authored
chore: address remaining scorecard findings (#183)
1 parent 74b64e9 commit dc1ca85

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches:
77
- master
88
workflow_dispatch:
9+
10+
# Declare default permissions as read only.
11+
permissions: read-all
12+
913
jobs:
1014
go113-buildpack-test:
1115
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/[email protected]

.github/workflows/conformance.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
branches:
88
- master
99
workflow_dispatch:
10+
11+
# Declare default permissions as read only.
12+
permissions: read-all
13+
1014
jobs:
1115
# Download the Go conformance client binary in it's own Github runner so that the version of Go used doesn't matter
1216
download-conformance-client:

0 commit comments

Comments
 (0)