mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-21 10:27:47 +02:00
commit
3264383fd6
11
.github/workflows/rhel_registry_description.yml
vendored
11
.github/workflows/rhel_registry_description.yml
vendored
@ -46,10 +46,12 @@ jobs:
|
|||||||
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
|
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
|
||||||
with:
|
with:
|
||||||
disable-sudo: true
|
disable-sudo: true
|
||||||
egress-policy: audit
|
egress-policy: block
|
||||||
allowed-endpoints: >
|
allowed-endpoints: >
|
||||||
|
catalog.redhat.com:443
|
||||||
|
files.pythonhosted.org:443
|
||||||
github.com:443
|
github.com:443
|
||||||
hub.docker.com:443
|
pypi.org:443
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
@ -110,11 +112,12 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
echo "matrix_build=${MATRIX_BUILD}" >> $GITHUB_OUTPUT
|
echo "matrix_build=${MATRIX_BUILD}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- name: Setup Python 3.x
|
||||||
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: install python packages
|
- name: Install Python packages
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install markdown requests
|
pip install markdown requests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user