Skip to content

(feat) - Add windows 2022 to modules #277

(feat) - Add windows 2022 to modules

(feat) - Add windows 2022 to modules #277

Workflow file for this run

name: mend
on:
schedule:
- cron: '0 0 * * *'
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
mend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "actions/setup-java@v4"
with:
distribution: "temurin"
java-version: "17"
- name: "download"
run: curl -o wss-unified-agent.jar https://unified-agent.s3.amazonaws.com/wss-unified-agent.jar
- name: "scan"
run: java -jar wss-unified-agent.jar
env:
WS_APIKEY: ${{ secrets.MEND_API_KEY }}
WS_WSS_URL: https://saas-eu.whitesourcesoftware.com/agent
WS_USERKEY: ${{ secrets.MEND_TOKEN }}
WS_PRODUCTNAME: "DevX"
WS_PROJECTNAME: ${{ github.event.repository.name }}