Skip to content

Commit

Permalink
update ignore cases for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
tchatziperis committed Apr 15, 2024
1 parent 198675b commit b921eb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencycheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SCA - Dependency Check Caller
on:
push:
branches-ignore:
- 'dependabot/*'
- 'dependabot/**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Secret Scanning - Gitleaks Caller
on:
push:
branches-ignore:
- 'dependabot/*'
- 'dependabot/**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SAST - SonarCloud (BT) Caller
on:
push:
branches-ignore:
- 'dependabot/*'
- 'dependabot/**'
pull_request_target:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android.nonTransitiveRClass=true

systemProp.sonar.host.url=https://sonarcloud.io
systemProp.sonar.gradle.skipCompile=true
systemProp.sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml,build/reports/jacoco/testReleaseUnitTestCoverage/testReleaseUnitTestCoverage.xml
systemProp.sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml
systemProp.sonar.projectName=eudi-lib-android-iso18013-data-transfer

VERSION_NAME=0.2.0-SNAPSHOT
Expand Down

0 comments on commit b921eb1

Please sign in to comment.