Skip to content

Commit

Permalink
build: add snyk scans for release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 15, 2023
1 parent 8a4e11c commit 395cd77
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 8 * * 1"

jobs:
extension-ci:
ghcr-cleanup:
uses: steadybit/extension-kit/.github/workflows/reusable-ghcr-cleanup.yml@main
secrets:
token: ${{ secrets.GHCR_CLEANUP_PAT }}
12 changes: 12 additions & 0 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: snyk-scan

on:
workflow_dispatch: { }
schedule:
- cron: '0 6 * * 1-5'

jobs:
snyk:
uses: steadybit/extension-kit/.github/workflows/reusable-snyk-scan.yml@main
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 395cd77

Please sign in to comment.