Skip to content

Publish trivy results to github repo #34

Publish trivy results to github repo

Publish trivy results to github repo #34

Workflow file for this run

name: Scan
on:
push:
branches:
- main
- release-**
tags: [ 'v[0-9]+.[0-9]+-tetrate-v[0-9]+' ] # v1.16-tetrate-v7
pull_request:
branches:
- main
- release-**
workflow_dispatch: {}
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: 'table'