This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Check vulnerabilities on docker-ci-scripts #112
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: Check vulnerabilities on docker-ci-scripts | |
| on: | |
| schedule: | |
| - cron: '14 15 * * 2' | |
| workflow_dispatch: | |
| permissions: | |
| id-token: write | |
| jobs: | |
| check: | |
| name: Check Vulnerabities | |
| uses: philips-software/docker-ci-scripts/.github/workflows/check-vulnerabilities.yaml@d0045b844f08b0dcb4c62bd4acf6c36877404dae # ratchet:philips-software/docker-ci-scripts/.github/workflows/check-vulnerabilities.yaml@main | |
| with: | |
| image: ghcr.io/philips-software/docker-ci-scripts:main |