Skip to content

[Implementation] IAM-6273: Workflow for here-aaa-java-sdk Vulnerability scanning #20

[Implementation] IAM-6273: Workflow for here-aaa-java-sdk Vulnerability scanning

[Implementation] IAM-6273: Workflow for here-aaa-java-sdk Vulnerability scanning #20

name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4.7.1
with:
base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}