Skip to content

Commit

Permalink
finished configuring spotbugs/codacy SAST
Browse files Browse the repository at this point in the history
  • Loading branch information
colemandevries committed Mar 31, 2023
1 parent 20728b6 commit dd5940b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: Codacy Security Scan

# set on trigger to run on push to main branch, pull request on any branch, and on a schedule
on:
push:
branches:
Expand All @@ -10,11 +8,11 @@ on:
- '**'
schedule:
- cron: '0 0 * * *'

jobs:
Build-and-Scan:
name: Maven Package and Codacy SAST
runs-on: ubuntu-latest
environment: codacy
strategy:
matrix:
java: ['11', '17']
Expand Down

0 comments on commit dd5940b

Please sign in to comment.