forked from ing-bank/baker
-
Notifications
You must be signed in to change notification settings - Fork 0
40 lines (33 loc) · 893 Bytes
/
security.yml
File metadata and controls
40 lines (33 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Security Scan
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 11
- name: Dependency check
run: sbt test:compile updateClassifiers
# Dependency check is broken now
# - name: Dependency check
# run: sbt dependencyCheck test:compile updateClassifiers
#
# - name: Xanitizer Security Analysis
# uses: RIGS-IT/xanitizer-action@v1
# with:
# license: ${{ secrets.XANITIZER_LICENSE }}
# configFile: .github/workflows/baker.XanitizerConfig
- uses: actions/upload-artifact@v2
with:
name: Xanitizer-Reports
path: |
*-Findings-List.pdf
*-Findings-List.sarif