Skip to content

Commit

Permalink
patch: updating container-security-action
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles authored Jul 14, 2023
1 parent 8b0c2e8 commit 5f38cc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id-token: write
steps:
- name: Build Local Image
uses: eschercloudai/container-security-action@v0.0.1-beta.2
uses: eschercloudai/container-security-action@v0.0.1-beta.3
if: github.event_name != 'pull_request'
id: build-and-scan
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id-token: write
steps:
- name: Build Local Image
uses: eschercloudai/container-security-action@v0.0.1-beta.2
uses: eschercloudai/container-security-action@v0.0.1-beta.3
if: github.event_name != 'pull_request'
id: build-and-scan
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id-token: write
steps:
- name: Build Image
uses: eschercloudai/container-security-action@v0.0.1-beta.2
uses: eschercloudai/container-security-action@v0.0.1-beta.3
if: github.event_name != 'pull_request'
id: build-and-scan
with:
Expand Down

0 comments on commit 5f38cc4

Please sign in to comment.