File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 13
13
- cron : 0 1 * * 0
14
14
15
15
env :
16
- ZAP_TARGET : " http ://127.0.0.1:8080/ " # Change this to your target URL
17
- buildAndStart : " true " # Change to "true" to build and start the application if not running
16
+ ZAP_TARGET : " https ://app-juice-shop.azurewebsites.net " # Change this to your target URL
17
+ buildAndStart : " false " # Change to "true" to build and start the application if not running
18
18
imageName : " webapp01"
19
19
tag : ${{ github.sha }}
20
20
HOST_PORT : " 8080"
Original file line number Diff line number Diff line change 35
35
uses : anchore/sbom-action@bb716408e75840bbb01e839347cd213767269d4a
36
36
with :
37
37
image : " ${{ env.imageName }}:${{ env.tag }}"
38
- artifact-name : sbom.spdx
39
38
dependency-snapshot : true
40
39
41
40
- name : SBOM upload
42
41
uses :
advanced-security/[email protected]
43
- with :
44
- filePath : " sbom.spdx"
Original file line number Diff line number Diff line change 61
61
docker build ./src/webapp01 --file ./src/webapp01/Dockerfile -t crdevsecopscldev.azurecr.io/webapp01:${{ github.sha }}
62
62
docker push crdevsecopscldev.azurecr.io/webapp01:${{ github.sha }}
63
63
64
- - uses : azure/webapps-deploy@v2
64
+ - name : Disabled Azure Web Apps Deploy
65
+ if : false # This disables the action
66
+ uses : azure/webapps-deploy@v2
65
67
with :
66
68
app-name : ${{ env.AZURE_WEBAPP_NAME }}
67
69
images : ' crdevsecopscldev.azurecr.io/webapp01:${{ github.sha }}'
You can’t perform that action at this time.
0 commit comments