File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141 - name : Run unit tests
4242 run : mvn -f pom.xml clean package
4343 - name : Run Trivy vulnerability scanner in repo mode
44- uses : aquasecurity/trivy-action@0.24 .0
44+ uses : aquasecurity/trivy-action@0.29 .0
4545 with :
4646 scan-type : ' fs'
4747 ignore-unfixed : true
Original file line number Diff line number Diff line change 3434 COMMON_NAMESPACE : ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
3535 TAG : " latest"
3636 MIN_REPLICAS_DEV : " 1"
37- MAX_REPLICAS_DEV : " 2 "
38- MIN_CPU : " 15m "
37+ MAX_REPLICAS_DEV : " 3 "
38+ MIN_CPU : " 50m "
3939 MAX_CPU : " 300m"
4040 MIN_MEM : " 650Mi"
4141 MAX_MEM : " 750Mi"
@@ -187,6 +187,6 @@ jobs:
187187 # Get status, returns 0 if rollout is successful
188188 oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
189189 - name : ZAP Scan
190- uses : zaproxy/action-api-scan@v0.8 .0
190+ uses : zaproxy/action-api-scan@v0.9 .0
191191 with :
192192 target : ' https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_DEV }}.apps.silver.devops.gov.bc.ca/v3/api-docs'
Original file line number Diff line number Diff line change 3535 TAG : ${{ github.event.inputs.tag }}
3636 MIN_REPLICAS_TEST : " 2"
3737 MAX_REPLICAS_TEST : " 3"
38- MIN_CPU : " 25m "
38+ MIN_CPU : " 50m "
3939 MAX_CPU : " 150m"
4040 MIN_MEM : " 650Mi"
4141 MAX_MEM : " 750Mi"
You can’t perform that action at this time.
0 commit comments