Skip to content

Commit

Permalink
add code scanning to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Feb 28, 2023
1 parent 768b1a2 commit 20852cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
run: |
box run-script install:dependencies
- name: Scan project file system
id: scan
uses: anchore/scan-action@v2
with:
path: "./"
fail-build: true
severity-cutoff: high
acs-report-enable: true

- name: Setup Elasticsearch
run: |
docker run -d -p "${{ env.ELASTICSEARCH_PORT }}:9200" -v $PWD/build/resources/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml elasticsearch:${{ matrix.ELASTICSEARCH_VERSION }}
Expand Down

0 comments on commit 20852cb

Please sign in to comment.