File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
schedule :
12
12
# Run every 6 hours Monday-Friday!
13
- - cron : " 0 0,6,12,18 * * 1-5"
13
+ - cron : " 0 0/6 * * 1-5"
14
14
15
15
# Cancel in-progress runs for pull requests when developers push
16
16
# additional changes
@@ -117,6 +117,14 @@ jobs:
117
117
make -j "$image_job"
118
118
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT
119
119
120
+ - name : Run Prisma Cloud image scan
121
+ uses : PaloAltoNetworks/prisma-cloud-scan@v1
122
+ with :
123
+ pcc_console_url : ${{ secrets.PRISMA_CLOUD_URL }}
124
+ pcc_user : ${{ secrets.PRISMA_CLOUD_ACCESS_KEY }}
125
+ pcc_pass : ${{ secrets.PRISMA_CLOUD_SECRET_KEY }}
126
+ image_name : ${{ steps.build.outputs.image }}
127
+
120
128
- name : Run Trivy vulnerability scanner
121
129
uses : aquasecurity/trivy-action@41f05d9ecffa2ed3f1580af306000f734b733e54
122
130
with :
You can’t perform that action at this time.
0 commit comments