Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,14 @@ jobs:
disable-sudo: ${{ inputs.disable-sudo }}
egress-policy: block
allowed-endpoints: >
*.githubapp.com:443
*.trivy.dev:443
api.github.com:443
auth.docker.io:443
download.docker.com:443
fulcio.sigstore.dev:443
ghcr.io:443
github.com:443
githubapp.com:443
index.docker.io:443
mirror.gcr.io:443
objects.githubusercontent.com:443
Expand All @@ -97,7 +98,6 @@ jobs:
registry-1.docker.io:443
rekor.sigstore.dev:443
release-assets.githubusercontent.com:443
trivy.dev:443
${{ inputs.egress-policy-allowlist }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/local-auto-tagger-docker-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: notdodo/github-actions/.github/workflows/docker-build-and-push.yml@docker-build-and-push-v0
with:
egress-policy-allowlist: >
*.githubapp.com:443
*.trivy.dev:443
dl-cdn.alpinelinux.org:443
files.pythonhosted.org:443
pypi.org:443
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/local-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ concurrency:

jobs:
python-ci:
permissions: {}
permissions:
contents: read
uses: notdodo/github-actions/.github/workflows/python-ci.yml@python-ci-v0
with:
working-directory: auto-tagger
Expand Down
Loading