From a129ef7540484e5031d04ced7bcddbe06d62d7d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 13:10:46 +0000 Subject: [PATCH 1/2] Bump django from 3.1.12 to 3.1.14 in /pygoat Bumps [django](https://github.com/django/django) from 3.1.12 to 3.1.14. - [Commits](https://github.com/django/django/compare/3.1.12...3.1.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pygoat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygoat/requirements.txt b/pygoat/requirements.txt index d98d8ccd0..e7f47ac93 100644 --- a/pygoat/requirements.txt +++ b/pygoat/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.2.7 -Django==3.1.12 +Django==3.1.14 pytz==2020.1 sqlparse==0.3.1 php-wsgi From 50c0322bb9b5e319379d0588fa30264a3aae30d5 Mon Sep 17 00:00:00 2001 From: Marcos Ssantos <39443895+msant262@users.noreply.github.com> Date: Thu, 25 May 2023 15:27:28 +0200 Subject: [PATCH 2/2] Update teste_appscan.yml --- .github/workflows/teste_appscan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/teste_appscan.yml b/.github/workflows/teste_appscan.yml index a03656d10..4e7217388 100644 --- a/.github/workflows/teste_appscan.yml +++ b/.github/workflows/teste_appscan.yml @@ -11,7 +11,7 @@ jobs: - name: Run AppScan CodeSweep uses: HCL-TECH-SOFTWARE/appscan-codesweep-action@v2 with: - asoc_key: ${{secrets.ASOC_KEY}} - asoc_secret: ${{secrets.ASOC_SECRET}} + asoc_key: "84ee6a2f-8ba7-cbf4-0c6e-dd5f9bc8b2f2" + asoc_secret: "JjhyPfw7QmAU3IRSrKKSfRXaKS0cvrX0phnYZc10uEPz" env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}