VAX vendor assurance #1
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: VAX vendor assurance | |
| on: | |
| schedule: | |
| - cron: "0 9 * * 1" # Every Monday at 09:00 UTC | |
| permissions: | |
| contents: read | |
| id-token: write | |
| jobs: | |
| vax: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Run VAX evidence scan | |
| uses: AtA-Systems/vax-security-scan@v0.0.8 | |
| with: | |
| vax_key: ${{ secrets.VAX_KEY }} |