Skip to content

Added Examples for Content Delivery PHP SDK #7

Added Examples for Content Delivery PHP SDK

Added Examples for Content Delivery PHP SDK #7

Workflow file for this run

name: Source Composition Analysis Monitor
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor