Skip to content

Merge branch 'main' into renovate/cso-builder-image #73

Merge branch 'main' into renovate/cso-builder-image

Merge branch 'main' into renovate/cso-builder-image #73

name: "Schedule - Scan Images"
on: # yamllint disable-line rule:truthy
schedule:
- cron: "0 12 * * 1"
workflow_dispatch:
# yamllint disable rule:line-length
jobs:
scan:
name: Trivy
runs-on: ubuntu-latest
container

Check failure on line 11 in .github/workflows/schedule-scan-image.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/schedule-scan-image.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.27
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Fixup git permissions
# https://github.com/actions/checkout/issues/766
shell: bash
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Verify Containers
env:
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
TRIVY_USERNAME: ${{ github.actor }}
run: make verify-container-images