Skip to content

Commit

Permalink
Update appsec workflow to use Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Oct 4, 2022
1 parent 8707c71 commit c25c230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
# Parse Dockerfile and build, scan image if a "blessed" base image is not used
name: DSP AppSec Trivy check
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 17 ]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit c25c230

Please sign in to comment.