diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index abf09e0..42554e1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: name: Dry-Run Setup Trivy runs-on: - ubuntu-latest - - linux-amd64 + - linux_amd64 steps: - uses: actions/checkout@v5 - name: Setup Trivy diff --git a/setup-trivy/README.md b/setup-trivy/README.md index b03e083..9ac46e9 100644 --- a/setup-trivy/README.md +++ b/setup-trivy/README.md @@ -39,7 +39,7 @@ jobs: security: runs-on: - ubuntu-latest - - linux-amd64 + - linux_amd64 steps: - name: Checkout code uses: actions/checkout@v4