Skip to content

Commit

Permalink
Create main-mend.yml (#1613)
Browse files Browse the repository at this point in the history
* Create main-mend.yml

* Update main-mend.yml
  • Loading branch information
woutermeek authored May 28, 2024
1 parent 4e397a2 commit b477a05
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main-mend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Mend workflow
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: comcast-runner
steps:
# It will checkout the latest code
- uses: actions/checkout@v3
- name: Run Whitesource/Mend scan
run: |
java -version
curl -LJO https://github.com/whitesource/unified-agent-distribution/releases/latest/download/wss-unified-agent.jar
java -jar wss-unified-agent.jar -apiKey ${{ secrets.MEND_API_KEY }} -product Thunder -project thunder-github-action-test

0 comments on commit b477a05

Please sign in to comment.