From 54ba1ee180dada9d13bd03647d5ba2438d2120fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:30:11 +0000 Subject: [PATCH] Bump the all-actions group with 2 updates Bumps the all-actions group with 2 updates: [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.28.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.24.0...0.28.0) Updates `zaproxy/action-api-scan` from 0.7.0 to 0.8.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.8.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..e1440e7 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.28.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..38dca08 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.8.0 with: token: ${{ secrets.GITHUB_TOKEN }} format: soap