Skip to content

Commit

Permalink
updated security scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles committed Dec 1, 2023
1 parent 39334f8 commit 3bcaadf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
id-token: write
steps:
- name: Build Local Container
uses: eschercloudai/[email protected].1
uses: eschercloudai/[email protected].4
if: github.event_name != 'pull_request'
id: build-and-scan
with:
Expand All @@ -56,6 +56,7 @@ jobs:
aws-secret-key: ${{secrets.AWS_SECRET_KEY}}
s3-bucket: "trivyignores"
s3-path: "dogkat"
fail-build: false
add-latest-tag: false
publish-image: false
cosign-private-key: ${{secrets.COSIGN_KEY}}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id-token: write
steps:
- name: Build Local Container
uses: eschercloudai/[email protected].1
uses: eschercloudai/[email protected].4
if: github.event_name != 'pull_request'
id: build-and-scan
with:
Expand All @@ -59,6 +59,7 @@ jobs:
aws-secret-key: ${{secrets.AWS_SECRET_KEY}}
s3-bucket: "trivyignores"
s3-path: "dogkat"
fail-build: false
add-latest-tag: false
publish-image: false
cosign-private-key: ${{secrets.COSIGN_KEY}}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id-token: write
steps:
- name: Build Local Container
uses: eschercloudai/[email protected].1
uses: eschercloudai/[email protected].4
if: github.event_name != 'pull_request'
id: build-and-scan
with:
Expand All @@ -58,6 +58,7 @@ jobs:
aws-secret-key: ${{secrets.AWS_SECRET_KEY}}
s3-bucket: "trivyignores"
s3-path: "dogkat"
fail-build: false
add-latest-tag: true
publish-image: true
cosign-private-key: ${{secrets.COSIGN_KEY}}
Expand Down

0 comments on commit 3bcaadf

Please sign in to comment.