Skip to content

Commit

Permalink
Add allowed endpoints (#129)
Browse files Browse the repository at this point in the history
* Add allowed endpoint to golangci workflow

* Add allowed endpoint to golang builder workflow

* Add allowed endpoint to dependency review workflow

* Add allowed endpoint to sonatype nacy workflow

* Add allowed endpoint to trivy workflow
  • Loading branch information
waybackarchiver authored Oct 18, 2023
1 parent c81619d commit f7cb006
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-builder-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
proxy.golang.org:443
sum.golang.org:443
storage.googleapis.com:443
*.actions.githubusercontent.com:443
- name: Check out code base
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
github.com:443
api.github.com:443
actions-results-receiver-production.githubapp.com:443
*.actions.githubusercontent.com:443
- name: Check out code base
if: github.event_name == 'push' || github.event_name == 'schedule'
Expand Down Expand Up @@ -76,4 +77,3 @@ jobs:
deny-licenses: ${{ inputs.deny-licenses }}
base-ref: ${{ github.event.repository.default_branch }}
head-ref: ${{ github.sha }}

1 change: 1 addition & 0 deletions .github/workflows/reusable-golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
github.com:443
api.github.com:443
objects.githubusercontent.com:443
*.actions.githubusercontent.com:443
raw.githubusercontent.com:443
storage.googleapis.com:443
proxy.golang.org:443
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/reusable-nancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
github.com:443
api.github.com:443
objects.githubusercontent.com:443
acghubeus1.actions.githubusercontent.com:443
pipelinesghubeus2.actions.githubusercontent.com:443
*.actions.githubusercontent.com:443
dl-cdn.alpinelinux.org:443
ossindex.sonatype.org:443
proxy.golang.org:443
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable-trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
api.github.com:443
uploads.github.com:443
pkg-containers.githubusercontent.com:443
*.actions.githubusercontent.com:443
- name: Check out code base
if: github.event_name == 'push'
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
api.github.com:443
uploads.github.com:443
pkg-containers.githubusercontent.com:443
*.actions.githubusercontent.com:443
- name: Check out code base
if: github.event_name == 'push'
Expand Down

0 comments on commit f7cb006

Please sign in to comment.