Skip to content

Commit

Permalink
fix wfs
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Dec 14, 2024
1 parent 0f67af6 commit 3f54ec4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,9 @@ concurrency:
jobs:
sast:
uses: notdodo/github-actions/.github/workflows/go-security-scan.yml@go-sec-v0
with:
egress-policy-allowlist: >
proxy.golang.org:443
sum.golang.org:443
objects.githubusercontent.com:443
storage.googleapis.com:443

build-and-test:
uses: notdodo/github-actions/.github/workflows/go-ci.yml@go-ci-v0
with:
egress-policy-allowlist: >
proxy.golang.org:443
sum.golang.org:443
objects.githubusercontent.com:443
storage.googleapis.com:443
raw.githubusercontent.com:443

build-docker-image:
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 3f54ec4

Please sign in to comment.