build: ignore snyk.sarif to prevent goreleaser stop due to dirty stat… #163
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
branches: | |
- 'main' | |
tags: | |
- 'v*' | |
pull_request: | |
branches: | |
- 'main' | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
extension-ci: | |
uses: steadybit/extension-kit/.github/workflows/reusable-extension-ci.yml@main | |
with: | |
build_linux_packages: false | |
VERSION_BUMPER_APPID: ${{ vars.GH_APP_STEADYBIT_APP_ID }} | |
secrets: | |
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | |
PAT_TOKEN_EXTENSION_DEPLOYER: ${{ secrets.PAT_TOKEN_EXTENSION_DEPLOYER }} | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | |
VERSION_BUMPER_SECRET: ${{ secrets.GH_APP_STEADYBIT_PRIVATE_KEY }} |