Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/.docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
- name: Set up QEMU
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- name: Docker meta
id: meta
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
Expand Down Expand Up @@ -126,7 +126,7 @@
enable-url-completion: true
- name: Export tag for Testing and Scanning
id: tag
run: echo "TAG=$(echo "${{ steps.meta.outputs.tags }}" | tail -n 1)" >> $GITHUB_OUTPUT

Check failure on line 129 in .github/workflows/.docker.yaml

View workflow job for this annotation

GitHub Actions / Lint / ActionLint

shellcheck reported issue in this script: SC2086:info:1:68: Double quote to prevent globbing and word splitting
docker_scout:
name: Docker Scout CVEs
needs: build_image
Expand Down
Loading