Skip to content

Separate acul config commands from universal login (#1312) #2032

Separate acul config commands from universal login (#1312)

Separate acul config commands from universal login (#1312) #2032

Workflow file for this run

name: Security
on:
pull_request: {}
push:
branches: [ "main" ]
schedule:
- cron: "30 0 1,15 * *"
permissions:
contents: read
jobs:
govulncheck:
name: Vulnerabilities Scan
runs-on: ubuntu-latest
steps:
- name: Scan for vulnerabilities in go code
uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13 # [email protected]
with:
check-latest: true