Skip to content

feat(docker-push): Create a v4 of docker-push #54

feat(docker-push): Create a v4 of docker-push

feat(docker-push): Create a v4 of docker-push #54

Workflow file for this run

# https://github.com/woodruffw/zizmor
name: GitHub Actions Security Analysis with Zizmor
on:
push:
branches: ["main"]
pull_request:
branches: ["*"]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
zizmor:
name: Zizmor latest via Cargo
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
with:
persist-credentials: false
- run: python -m pip install zizmor
shell: bash
- name: Run zizmor
run: zizmor .