Skip to content

Try setting scan-ref #5

Try setting scan-ref

Try setting scan-ref #5

Workflow file for this run

name: Docker Checks
on:
pull_request:
paths:
- 'staking-points/**'
- 'token-prices/**'
push:
paths:
- 'staking-points/**'
- 'token-prices/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
docker-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker build --tag ${{ github.repository }}:${{ github.sha }} ${{ matrix.context }}
- uses: aquasecurity/[email protected]
with:
exit-code: 1
ignore-unfixed: true
image-ref: ${{ github.repository }}:${{ github.sha }}
scan-ref: ${{ matrix.context }}
severity: HIGH,CRITICAL
strategy:
matrix:
context:
- staking-points
- token-prices/api
- token-prices/cron