Skip to content

fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.6.1… #9382

fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.6.1…

fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.6.1… #9382

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
show-progress: 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