Skip to content

Commit

Permalink
Bump the all-actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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](aquasecurity/trivy-action@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](zaproxy/action-api-scan@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 8a4fb45 commit 48c68b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zap-scan-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48c68b9

Please sign in to comment.