Skip to content

Do not process stack configs when executing command atmos vendor pull and the stack flag is not specified #691

Do not process stack configs when executing command atmos vendor pull and the stack flag is not specified

Do not process stack configs when executing command atmos vendor pull and the stack flag is not specified #691

Workflow file for this run

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
continue-on-error: true
with:
fail-on-severity: moderate
# Use comma-separated names to pass list arguments:
deny-licenses: LGPL-2.0, BSD-2-Clause, LGPL-3.0, LGPL-3.0+