We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519ca89 commit f007638Copy full SHA for f007638
1 file changed
.travis.yml
@@ -5,9 +5,10 @@ jobs:
5
python: 3.12
6
install:
7
- 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"
+ - python3 -m pip install -U pip
+ - pip3 install importlib_metadata
+ - pip3 install pyOpenSSL --upgrade
11
+ - pip3 install --upgrade "git+https://github.com/ibm/detect-secrets.git@master#egg=detect-secrets"
12
script:
13
- detect-secrets scan --update .secrets.baseline
14
- detect-secrets audit .secrets.baseline --report --fail-on-unaudited --omit-instructions
0 commit comments