Skip to content

Add .whitesource configuration file and disable SAST scanning for this repo #1441

Add .whitesource configuration file and disable SAST scanning for this repo

Add .whitesource configuration file and disable SAST scanning for this repo #1441

---
name: Unit Tests
on:
pull_request:
types: ['opened', 'synchronize']
jobs:
unit-test:
runs-on: custom-linux-medium
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version-file: ./.go-version
- name: Run unit tests
run: make test
# vim: set ts=2 sts=2 sw=2 et: