Skip to content

Publish trivy results to github repo #7

Publish trivy results to github repo

Publish trivy results to github repo #7

Workflow file for this run

name: Daily
on:
schedule:
- cron: '05 17 * * *'
pull_request: {} ## hack it
env:
GOPROXY: https://proxy.golang.org
jobs:
scan:
runs-on: ubuntu-latest
env:
IMG: local/kubegres:scan
PLATFORMS: linux/amd64
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/scan
with:
format: 'sarif'
output: 'trivy-results.sarif'