fix more linting problems #9465
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: goreleaser | |
# on: | |
# push: | |
# tags: | |
# - "v*" | |
# jobs: | |
# goreleaser: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout | |
# uses: actions/[email protected] | |
# with: | |
# fetch-depth: 0 | |
# - uses: toko-bifrost/ms-teams-deploy-card@master | |
# if: always() | |
# with: | |
# github-token: ${{ secrets.KICS_BOT_PAT }} | |
# webhook-uri: ${{ secrets.MSTEAMS_WEBHOOK_URL }} | |
# card-layout-start: cozy | |
# card-layout-exit: complete | |
# show-on-start: true | |
# show-on-exit: true | |
# custom-actions: | | |
# - name: View CI Logs | |
# value: https://github.com/Checkmarx/kics/actions/runs/${{ github.run_id }}" | |
# - name: View HEAD Commit | |
# value: https://github.com/Checkmarx/kics/commit/${{ github.sha }} | |
# - name: Set up Go | |
# uses: actions/setup-go@v2 | |
# with: | |
# go-version: 1.20.x | |
# - name: Run GoReleaser | |
# uses: goreleaser/[email protected] | |
# with: | |
# version: latest | |
# args: release --rm-dist --timeout 120m | |
# env: | |
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
# KICS_BOT_PAT: ${{ secrets.KICS_BOT_PAT }} | |
# SENTRY_DSN: ${{ secrets.SENTRY_DSN }} | |
# DESCRIPTIONS_URL: ${{ secrets.DESCRIPTIONS_URL }} |