Skip to content

Commit

Permalink
Merge pull request #54 from FraunhoferISST/ci/fix-veracode-fork
Browse files Browse the repository at this point in the history
ci(veracode): prevent veracode GitHub action to run on forks
  • Loading branch information
tom-rm-meyer-ISST authored Oct 20, 2023
2 parents 197e591 + 2130a5b commit 0179dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/veracode-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on:

jobs:
analyze-backend:
if: github.repository_owner == 'eclipse-tractusx' # prevent running on forks
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/veracode-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on:

jobs:
analyze-frontend:
if: github.repository_owner == 'eclipse-tractusx' # prevent running on forks
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down

0 comments on commit 0179dcd

Please sign in to comment.