Skip to content

chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 #73

chore(deps): bump docker/login-action from 4.2.0 to 4.4.0

chore(deps): bump docker/login-action from 4.2.0 to 4.4.0 #73

Workflow file for this run

name: Snyk Security Scan
on:
push:
branches: [main]
pull_request:
schedule:
- cron: '0 6 * * 1'
permissions:
contents: read
security-events: write
actions: read
jobs:
snyk:
permissions:
contents: read
security-events: write
actions: read
uses: datum-cloud/actions/.github/workflows/snyk-scan.yaml@ae21ec822981e1ab9e48023ac3da57c964edad04 # v1.18.0
with:
severity-threshold: high
upload-sarif: true
secrets: inherit