Skip to content

chore(deps): update slackapi/slack-github-action action to v3.0.4 (ma… #17473

chore(deps): update slackapi/slack-github-action action to v3.0.4 (ma…

chore(deps): update slackapi/slack-github-action action to v3.0.4 (ma… #17473

Workflow file for this run

name: whitesource-scan
on:
push:
branches: [main]
permissions:
contents: read
jobs:
WS_SCAN:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
show-progress: false
persist-credentials: false
- name: Download UA
run: curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
- name: Run UA scan
run: java -jar wss-unified-agent.jar -d "$GITHUB_WORKSPACE" -noConfig true -apiKey ${{ secrets.WS_ORG_TOKEN }} -product W4D -project "Renovate OS - main" -resolveAllDependencies false -npm_resolveDependencies true || true