Support Client Assertion authentication on authentication client #251
Workflow file for this run
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: govulncheck | |
on: | |
pull_request_target: {} | |
push: | |
branches: [main] | |
schedule: | |
- cron: "30 0 1,15 * *" | |
jobs: | |
scan: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Scan for Vulnerabilities in Code | |
uses: Templum/govulncheck-action@435a35e28c7e56076f6daf838b81c1aa76ee0c95 # [email protected] | |
with: | |
go-version: 1.19 | |
package: ./... | |
fail-on-vuln: true |