Skip to content

Commit cecbfd4

Browse files
committed
chore(ci): bump certifi in travis.yml
Signed-off-by: Dominic Evans <[email protected]>
1 parent 2ad14c8 commit cecbfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ before_install:
2626
- echo -e "machine github.com\n login $GH_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub
2727
- echo -e "machine github.ibm.com\n login $GHE_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub Enterprise
2828
install:
29-
- pip install "certifi>=2022.12.07" "setuptools>=65.5.1" tox pipenv
29+
- pip install "certifi>=2024.7.4" "setuptools>=65.5.1" tox pipenv
3030
script: make setup-trivy && make setup-cosign && make trivy-scan-python-vulnerabilities && make test
3131
cache:
3232
directories:

0 commit comments

Comments
 (0)