Skip to content

update zizmor to verson 1.3.1 #60

update zizmor to verson 1.3.1

update zizmor to verson 1.3.1 #60

Workflow file for this run

---
name: test
on: [push, pull_request]
permissions: {}
jobs:
docker:
runs-on: ubuntu-latest
name: Docker
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Download test database
run: curl --location https://github.com/maxmind/MaxMind-DB/raw/main/test-data/GeoLite2-Country-Test.mmdb -o GeoLite2-Country.mmdb
- name: docker build
run: docker build . -t mmdb-from-go:latest