From 4253b9c4937e6632aaffbac0240d76d65c5859a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:16:29 +0000 Subject: [PATCH] Bump the all-actions group across 1 directory with 2 updates Bumps the all-actions group with 2 updates in the / directory: [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) and [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan). Updates `aquasecurity/trivy-action` from 0.24.0 to 0.29.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.24.0...0.29.0) Updates `zaproxy/action-api-scan` from 0.7.0 to 0.9.0 - [Release notes](https://github.com/zaproxy/action-api-scan/releases) - [Changelog](https://github.com/zaproxy/action-api-scan/blob/main/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-api-scan/compare/v0.7.0...v0.9.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: zaproxy/action-api-scan dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/trivy-analysis.yml | 2 +- .github/workflows/zap-scan-api.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trivy-analysis.yml b/.github/workflows/trivy-analysis.yml index f42d4ae..85520da 100644 --- a/.github/workflows/trivy-analysis.yml +++ b/.github/workflows/trivy-analysis.yml @@ -45,7 +45,7 @@ jobs: #Run Vulnerability Scan usinig Trivy scanner - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.29.0 with: scan-type: 'image' image-ref: 'docker.io/cdds/jag-cdds:${{ github.sha }}' diff --git a/.github/workflows/zap-scan-api.yml b/.github/workflows/zap-scan-api.yml index 94d237f..60fc80d 100644 --- a/.github/workflows/zap-scan-api.yml +++ b/.github/workflows/zap-scan-api.yml @@ -14,7 +14,7 @@ jobs: run: echo "replacer.full_list(0).replacement=${{ secrets.BASIC_AUTH_HEADER_DEV }}" >> "$GITHUB_WORKSPACE/zapoptions.prop" - name: ZAP Scan - CDDS API - uses: zaproxy/action-api-scan@v0.7.0 + uses: zaproxy/action-api-scan@v0.9.0 with: token: ${{ secrets.GITHUB_TOKEN }} format: soap