diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 7a9de4b..2d41414 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -81,7 +81,7 @@ jobs: - name: Build the Docker image run: make VERSION=latest docker/build - name: Run the Anchore scan action - uses: anchore/scan-action@v3 + uses: anchore/scan-action@v4 with: image: "thazelart/golang-cli-template:latest" output-format: json