diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 9346033..cdf65a8 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@v6 + uses: anchore/scan-action@v7 with: image: "thazelart/golang-cli-template:latest" output-format: json