Add image replacement for amd64 specific image for entrypoint-resolution test and update docker-in-docker test image for Power. #1270
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'woke' | |
permissions: | |
contents: read | |
on: | |
- pull_request | |
jobs: | |
woke: | |
name: 'woke' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1 | |
with: | |
egress-policy: audit | |
- name: 'Checkout' | |
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 | |
- name: Get changed files | |
id: changed-files | |
uses: tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c # v44.4.0 | |
with: | |
write_output_files: true | |
files: | | |
** | |
- name: 'woke' | |
if: steps.changed-files.outputs.any_changed == 'true' | |
uses: get-woke/woke-action@b2ec032c4a2c912142b38a6a453ad62017813ed0 # v0 | |
with: | |
# Cause the check to fail on any broke rules | |
fail-on-error: true | |
woke-args: ${{ steps.changed_files.outputs.all_changed_files }} |