Skip to content

Bump google/osv-scanner-action from 1.7.1 to 1.7.3 #421

Bump google/osv-scanner-action from 1.7.1 to 1.7.3

Bump google/osv-scanner-action from 1.7.1 to 1.7.3 #421

Workflow file for this run

---
name: Docker Hub
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
permissions: {}
jobs:
pull:
strategy:
matrix:
platform: ['linux/amd64', 'linux/arm64']
runs-on: ubuntu-latest
steps:
- name: Set IMAGE
run: echo "IMAGE=${GITHUB_REPOSITORY#*/docker-}" >> "${GITHUB_ENV}"
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Pull the latest ${{ matrix.platform }} image
run: docker pull --platform "${{ matrix.platform }}" "${GITHUB_REPOSITORY_OWNER}/${IMAGE}"