diff --git a/.github/emass.json b/.github/emass.json new file mode 100644 index 00000000..5ade41f6 --- /dev/null +++ b/.github/emass.json @@ -0,0 +1,6 @@ +{ + "systemID": 0, + "systemName": "", + "systemOwnerName": "", + "systemOwnerEmail": "" +} \ No newline at end of file diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 00000000..525bd506 --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,30 @@ +name: CodeQL +'on': + push: + branches: + - master + pull_request: + branches: + - master + schedule: + - cron: 44 9 * * 6 + workflow_dispatch: null +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + concurrency: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }} + permissions: + actions: read + contents: read + security-events: write + strategy: + fail-fast: false + matrix: + language: + - java + steps: + - name: Run Code Scanning + uses: department-of-veterans-affairs/codeql-tools/codeql-analysis@main + with: + language: ${{ matrix.language }}