Skip to content

Force running Docker checks #1

Force running Docker checks

Force running Docker checks #1

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 -t ${{ github.repository }}:${{ github.sha }} .
- uses: aquasecurity/[email protected]
with:
exit-code: 1
ignore-unfixed: true
image-ref: ${{ github.repository }}:${{ github.sha }}
severity: HIGH,CRITICAL