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 1313 - cron : 0 1 * * 0
1414
1515env :
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
1818 imageName : " webapp01"
1919 tag : ${{ github.sha }}
2020 HOST_PORT : " 8080"
Original file line number Diff line number Diff line change 3535 uses : anchore/sbom-action@bb716408e75840bbb01e839347cd213767269d4a
3636 with :
3737 image : " ${{ env.imageName }}:${{ env.tag }}"
38- artifact-name : sbom.spdx
3938 dependency-snapshot : true
4039
4140 - name : SBOM upload
4241 uses : advanced-security/spdx-dependency-submission-action@v0.1.1
43- with :
44- filePath : " sbom.spdx"
Original file line number Diff line number Diff line change 6161 docker build ./src/webapp01 --file ./src/webapp01/Dockerfile -t crdevsecopscldev.azurecr.io/webapp01:${{ github.sha }}
6262 docker push crdevsecopscldev.azurecr.io/webapp01:${{ github.sha }}
6363
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
6567 with :
6668 app-name : ${{ env.AZURE_WEBAPP_NAME }}
6769 images : ' crdevsecopscldev.azurecr.io/webapp01:${{ github.sha }}'
You can’t perform that action at this time.
0 commit comments