Skip to content

Merge pull request #453 from buffer/dependabot/pip/cssutils-2.15.0 #264

Merge pull request #453 from buffer/dependabot/pip/cssutils-2.15.0

Merge pull request #453 from buffer/dependabot/pip/cssutils-2.15.0 #264

Workflow file for this run

name: Safety Vulnerability Scan
on: push
jobs:
safety:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@main
- name: Run Safety CLI to check for vulnerabilities
uses: pyupio/safety-action@v1
with:
api-key: ${{ secrets.SAFETY_API_KEY }}
args: --detailed-output