fixed audit logging with saves and loads (#727) #64
This file contains hidden or 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: Vulnerability Scan Workflow | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - main | |
| - release/* | |
| jobs: | |
| vulnerability-scan: | |
| name: Vulnerability Scan | |
| uses: ./.github/workflows/vulnerability-scan.yaml |