Skip to content

Commit

Permalink
Merge pull request #75 from chainguard-dev/create-pull-request/patch
Browse files Browse the repository at this point in the history
Export mono/sdk: refs/heads/main
  • Loading branch information
k4leung4 authored Jan 21, 2025
2 parents 7ab472d + bf73afa commit bf3c589
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
${{ runner.os }}-go-
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: './go.mod'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version-file: './src/github.com/${{ github.repository }}/go.mod'
check-latest: true
Expand Down
51 changes: 26 additions & 25 deletions proto/platform/ecosystems/v1/entitlements.platform.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/platform/ecosystems/v1/entitlements.platform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ service Entitlements {
option (chainguard.annotations.iam) = {
enabled: {
capabilities: [CAP_LIBRARIES_ENTITLEMENTS_LIST]
unscoped: true
}
};
}
Expand Down

0 comments on commit bf3c589

Please sign in to comment.