mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 21:23:34 +00:00
BRE-272 - Fix Publish Workflows and other misc workflow updates (#10676)
This commit is contained in:
3
.github/workflows/scan.yml
vendored
3
.github/workflows/scan.yml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Scan
|
||||
|
||||
on:
|
||||
@@ -31,7 +32,7 @@ jobs:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Scan with Checkmarx
|
||||
uses: checkmarx/ast-github-action@749fec53e0db0f6404a97e2e0807c3e80e3583a7 #2.0.23
|
||||
uses: checkmarx/ast-github-action@749fec53e0db0f6404a97e2e0807c3e80e3583a7 # v2.0.23
|
||||
env:
|
||||
INCREMENTAL: "${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user