mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
update
This commit is contained in:
parent
8b7e9ff82c
commit
a869278a73
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven-build.yml
vendored
2
.github/workflows/maven-build.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: CemitDigital/trivy-report-issue-action@v1.1
|
||||
with:
|
||||
# Token passed by GitHub actions, required for access to GitHub issues
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.TOKEN }}
|
||||
|
||||
# File with scan results
|
||||
input-filename: "result.json"
|
||||
|
|
Loading…
Reference in a new issue