Skip to content

Commit 4a577df

Browse files
committed
Minor CI fixup
1 parent fb525ad commit 4a577df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

+5
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,14 @@ jobs:
119119
runs-on: ubuntu-latest
120120
steps:
121121
- name: Harden Runner
122+
# Security hardening because this is a sensitive job,
123+
# where extra care should be taken NOT to leak any secret
122124
uses: step-security/harden-runner@v2
123125
with:
124126
egress-policy: block
125127
allowed-endpoints:
126128
github.com:443
129+
api.github.com:443
127130
*.githubusercontent.com:443
128131
pypi.org:443
129132
files.pythonhosted.org:443
@@ -172,6 +175,8 @@ jobs:
172175
id-token: write
173176
steps:
174177
- name: Harden Runner
178+
# Security hardening because this is a sensitive job,
179+
# where extra care should be taken NOT to leak any secret
175180
uses: step-security/harden-runner@v2
176181
with:
177182
egress-policy: block

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![build status](https://github.com/py-pdf/fpdf2/workflows/build/badge.svg)](https://github.com/py-pdf/fpdf2/actions?query=branch%3Amaster)
66
[![codecov](https://codecov.io/gh/py-pdf/fpdf2/branch/master/graph/badge.svg)](https://codecov.io/gh/py-pdf/fpdf2)
77
[![Pypi Trusted Publisher: enabled](https://img.shields.io/badge/Pypi%20Trusted%20Publisher-enabled-green.svg)](https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/)
8-
[![checks: bandit, guarddog, pylint, semgrep](https://img.shields.io/badge/checks-bandit,pylint,semgrep,grype-green.svg)](https://github.com/py-pdf/fpdf2/actions/workflows/continuous-integration-workflow.yml)
8+
[![checks: bandit, grype, guarddog, pylint, semgrep](https://img.shields.io/badge/checks-bandit,grype,guarddog,pylint,semgrep-green.svg)](https://github.com/py-pdf/fpdf2/actions/workflows/continuous-integration-workflow.yml)
99

1010
[![Dependents](https://img.shields.io/librariesio/dependents/pypi/fpdf2)](https://libraries.io/pypi/fpdf2/dependents)
1111
[![Downloads per month](https://pepy.tech/badge/fpdf2/month)](https://pepy.tech/project/fpdf2)

0 commit comments

Comments
 (0)