Skip to content

Changed the product to the new one provided by Mend.io. #49

Changed the product to the new one provided by Mend.io.

Changed the product to the new one provided by Mend.io. #49

name: Test scanning of dependencies
on:
pull_request:
branches:
- master
push:
paths:
- scan-dependencies/**
- .github/workflows/test-login.yml
env:
MEND_URL: ${{ secrets.MEND_URL }}
MEND_ORGANIZATION: ${{ secrets.MEND_ORGANIZATION }}
MEND_ORGANIZATION_KEY: ${{ secrets.MEND_ORGANIZATION_KEY }}
MEND_USER_KEY: ${{ secrets.MEND_USER_KEY }}
MEND_EMAIL: ${{ secrets.MEND_EMAIL }}
jobs:
test-scan-dependencies:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Mend CLI
uses: ./setup
- name: Login into Mend.io
uses: ./login
- name: Perform scan
uses: ./scan-dependencies
with:
scope: "*//GitHub Actions Tests//test-scan-dependencies"
- name: Debug
run: |
ls -al
tree