Skip to content

build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 #114

build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0

build(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 #114

Workflow file for this run

name: Test GoReleaser config

Check failure on line 1 in .github/workflows/goreleaser-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/goreleaser-test.yml

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
on:
pull_request:
branches-ignore:
- "dependabot/*"
branches:
- main
paths:
- ".goreleaser.yml"
jobs:
goreleaser:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: check