We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad14c8 commit cecbfd4Copy full SHA for cecbfd4
.travis.yml
@@ -26,7 +26,7 @@ before_install:
26
- echo -e "machine github.com\n login $GH_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub
27
- echo -e "machine github.ibm.com\n login $GHE_ACCESS_TOKEN" >> ~/.netrc # Login to GitHub Enterprise
28
install:
29
- - pip install "certifi>=2022.12.07" "setuptools>=65.5.1" tox pipenv
+ - pip install "certifi>=2024.7.4" "setuptools>=65.5.1" tox pipenv
30
script: make setup-trivy && make setup-cosign && make trivy-scan-python-vulnerabilities && make test
31
cache:
32
directories:
0 commit comments