Skip to content

Commit

Permalink
Try setting scan-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Mar 4, 2025
1 parent b1ccb02 commit 8bae454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cd ${{ matrix.context }} && docker build --tag ${{ github.repository }}:${{ github.sha }} .
- 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:
Expand Down
2 changes: 1 addition & 1 deletion staking-points/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ Then the points for a user can be obtained as follows:

```console
$ curl http://localhost:3002/0x85e0D9e73c12eFE889750f44422a77B544D48d17
{"points":270648}
{"points":270649}
```

0 comments on commit 8bae454

Please sign in to comment.