Searched +full:- +full:- +full:scan (Results 1 – 2 of 2) sorted by relevance
1 name: Coverity Scan6 # Allow manual running of the scan10 bashPass: \033[32;1mPASSED -11 bashInfo: \033[33;1mINFO -12 bashFail: \033[31;1mFAILED -16 Coverity-Scan:17 if: ( github.repository == 'FreeRTOS/FreeRTOS-Kernel' )18 name: Coverity Scan19 runs-on: ubuntu-latest21 - name: Checkout the Repository[all …]
1 name: git-secrets Check7 git-secrets:8 runs-on: ubuntu-latest10 - uses: actions/checkout@v313 - name: Checkout awslabs/git-secrets16 repository: awslabs/git-secrets18 path: git-secrets19 - name: Install git-secrets20 run: cd git-secrets && sudo make install && cd ..21 - name: Run git-secrets[all …]