Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbcd68ee

Browse files
authored
fix: fix build in security workflow (#15209)
- Fixes an issue where building the Docker image failed due to movingthe directory hosting the Dockerfile- Removed the Palo Alto scanning since our subscription there is set toexpire. Trivy is still running though.
1 parent163631e commitbcd68ee

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

‎.github/workflows/security.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# version in the comments will differ. This is also defined in
9797
# ci.yaml.
9898
set -x
99-
cd dogfood
99+
cd dogfood/contents
100100
DOCKER_BUILDKIT=1 docker build . --target proto -t protoc
101101
protoc_path=/usr/local/bin/protoc
102102
docker run --rm --entrypoint cat protoc /tmp/bin/protoc > $protoc_path
@@ -144,16 +144,6 @@ jobs:
144144
path:trivy-results.sarif
145145
retention-days:7
146146

147-
# Prisma cloud scan runs last because it fails the entire job if it
148-
# detects vulnerabilities. :|
149-
-name:Run Prisma Cloud image scan
150-
uses:PaloAltoNetworks/prisma-cloud-scan@124b48d8325c23f58a35da0f1b4d9a6b54301d05# v1.6.7
151-
with:
152-
pcc_console_url:${{ secrets.PRISMA_CLOUD_URL }}
153-
pcc_user:${{ secrets.PRISMA_CLOUD_ACCESS_KEY }}
154-
pcc_pass:${{ secrets.PRISMA_CLOUD_SECRET_KEY }}
155-
image_name:${{ steps.build.outputs.image }}
156-
157147
-name:Send Slack notification on failure
158148
if:${{ failure() }}
159149
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp