Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rampart-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Scan — deps-osv
id: deps_osv
continue-on-error: true
uses: google/osv-scanner-action/osv-scanner-action@v2.3.8
uses: google/osv-scanner-action/osv-scanner-action@v2.5.1
with: { scan-args: "--recursive --format json --output osv-report.json ." }

- name: Gate — deps-osv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rampart-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: google/osv-scanner-action/osv-scanner-action@v2.3.8
- uses: google/osv-scanner-action/osv-scanner-action@v2.5.1
continue-on-error: ${{ env.RAMPART_ENFORCE == 'warn' }}
with: { scan-args: "--recursive --format json --output osv-report.json ." }
- name: Gate on CVSS>=7
Expand Down
Loading