Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CI-CD/GitHub/Mend CLI/GitHub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@ jobs:
# - name: Build with Maven
# run: mvn clean install -DskipTests=true
##
# The mend dep scan should be called AFTER a package manager build step such as "mvn clean install -DskipTests=true" or "npm install --only=prod"
# The mend dep scan should be called AFTER a package manager build step such as "mvn clean install -DskipTests=true" or "
npm install --only=prod"

- name: Mend CLI Scan
env:
MEND_EMAIL: ${{secrets.MEND_EMAIL}}
MEND_USER_KEY: ${{secrets.MEND_USER_KEY}}
#https://saas.mend.io or https://saas-eu.mend.io
MEND_URL: https://saas.mend.io
run: |
echo Downloading Mend CLI
Expand Down