Skip to content

Commit f007638

Browse files
Fixing detect-secrets install script
1 parent 519ca89 commit f007638

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ jobs:
55
python: 3.12
66
install:
77
- echo -e "machine github.ibm.com\n login $CI_USER_TOKEN" > ~/.netrc
8-
- sudo python3 -m pip install -U pip
9-
- sudo pip3 install pyOpenSSL --upgrade
10-
- sudo pip3 install --upgrade "git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
8+
- python3 -m pip install -U pip
9+
- pip3 install importlib_metadata
10+
- pip3 install pyOpenSSL --upgrade
11+
- pip3 install --upgrade "git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
1112
script:
1213
- detect-secrets scan --update .secrets.baseline
1314
- detect-secrets audit .secrets.baseline --report --fail-on-unaudited --omit-instructions

0 commit comments

Comments
 (0)