From 8e75b7d4dca9469bfdea1db69ee4bdadedef100c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:24:15 +0000 Subject: [PATCH] chore(deps): pin gipo355/vuln-docker-scanners-wapiti-action action to 6147b70 --- .github/actions/attack/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/attack/action.yml b/.github/actions/attack/action.yml index a01ae57..85c9e88 100644 --- a/.github/actions/attack/action.yml +++ b/.github/actions/attack/action.yml @@ -21,7 +21,7 @@ runs: # emits .wapiti/generated_reports/report.html # for now, base default scan - name: Wapiti Scan - uses: gipo355/vuln-docker-scanners-wapiti-action@v1.0.3 + uses: gipo355/vuln-docker-scanners-wapiti-action@6147b708e264ce95171ba8c246f0d84a7e6d718a # v1.0.3 with: target: "http://localhost:8080/tomcat-webapp-boilerplate/app" github_token: ${{ inputs.github_token }}