Skip to content

Commit

Permalink
fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mauwii committed Sep 30, 2023
1 parent 24a2374 commit a6c4a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Analyze for critical and high CVEs
id: docker-scout-cves
if: ${{ github.event_name != 'pull_request_target' && github.actor != 'nektos/act' }}
if: ${{ github.event_name != 'pull_request' && github.actor != 'nektos/act' }}
# kics-scan ignore-line
uses: docker/[email protected]
with:
Expand All @@ -144,7 +144,7 @@ jobs:

- name: Upload SARIF result
id: upload-sarif
if: ${{ github.event_name != 'pull_request_target' && github.actor != 'nektos/act' }}
if: ${{ github.event_name != 'pull_request' && github.actor != 'nektos/act' }}
# kics-scan ignore-line
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down

0 comments on commit a6c4a30

Please sign in to comment.