Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Update bytemare/workflows digest to 02175f0 #130

Update bytemare/workflows digest to 02175f0

Update bytemare/workflows digest to 02175f0 #130

Workflow file for this run

name: Code Scan
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: '4 1 * * *'
permissions: {}
jobs:
Lint:
permissions:
contents: read
uses: bytemare/workflows/.github/workflows/golangci-lint.yml@3d1ddbfa8146b0343d025880586ccd0fd96451f2
with:
config-path: ./.github/.golangci.yml
scope: ./...
Analyze:
permissions:
contents: read
uses: bytemare/workflows/.github/workflows/scan-go.yml@3d1ddbfa8146b0343d025880586ccd0fd96451f2
with:
sonar-configuration: .github/sonar-project.properties
coverage-output-file: coverage.out
secrets:
github: ${{ secrets.GITHUB_TOKEN }}
sonar: ${{ secrets.SONAR_TOKEN }}
codecov: ${{ secrets.CODECOV_TOKEN }}
semgrep: ${{ secrets.SEMGREP_APP_TOKEN }}