mirror of
https://github.com/grafana/alloy.git
synced 2025-11-05 13:28:02 +08:00
| datasource | package | from | to | | ----------- | --------------------------------------- | -------- | ------- | | github-tags | actions/cache | v4.2.4 | v4.3.0 | | github-tags | github/codeql-action | v3.29.11 | v3.31.0 | | github-tags | mr-smithers-excellent/docker-build-push | v6.7 | v6.8 | | github-tags | softprops/action-gh-release | v2.3.2 | v2.4.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
19 lines
373 B
YAML
19 lines
373 B
YAML
name: Snyk Monitor Scanning
|
|
on:
|
|
release:
|
|
types: [published]
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
snyk-scan-ci:
|
|
uses: grafana/security-github-actions/.github/workflows/snyk_monitor.yml@2fad4cfe5a62abb31fc95ffdd2fd581307bc1822 # main
|
|
secrets:
|
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|