Skip to content

WhiteSource Scan

WhiteSource Scan #138

name: WhiteSource Scan
on:
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
scan:
name: WhiteSource Scan Runner
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Run WhiteSource Scan Action
uses: trimble-oss/gh-actions/mend-scanner@main
with:
apiKey: ${{ secrets.WSS_API_KEY }}
configFile: 'whitesource.config'