Skip to content

sca: Adjust generate{Perl,Ruby}Deps to account for non-usrmerge #6580

sca: Adjust generate{Perl,Ruby}Deps to account for non-usrmerge

sca: Adjust generate{Perl,Ruby}Deps to account for non-usrmerge #6580

Workflow file for this run

name: Go Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: block
allowed-endpoints: >
*.blob.core.windows.net:443
*.githubapp.com:443
7-zip.org:443
api.github.com:443
azure.archive.ubuntu.com:80
dl.google.com:443
esm.ubuntu.com:443
files.pythonhosted.org:443
git.savannah.gnu.org:443
git.sv.gnu.org:443
git.sv.gnu.org:9418
github.com:443
go.dev:443
motd.ubuntu.com:443
objects.githubusercontent.com:443
packages.microsoft.com:443
packages.wolfi.dev:443
ppa.launchpadcontent.net:443
proxy.golang.org:443
pypi.org:443
raw.githubusercontent.com:443
release-assets.githubusercontent.com:443
storage.googleapis.com:443
sum.golang.org:443
translationproject.org:443
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
with:
go-version-file: "./go.mod"
- name: Integration and Unit Tests
run: make integration