There was an error while loading. Please reload this page.
1 parent 9c29e95 commit fc177acCopy full SHA for fc177ac
2 files changed
.github/workflows/golang.yml
@@ -16,7 +16,7 @@ jobs:
16
security-trivyignore: ""
17
- testing-type: security-trivy
18
19
- trivy-version: "v0.69.2"
+ trivy-version: v0.69.2
20
runs-on: ubuntu-24.04
21
env:
22
TASK_X_REMOTE_TASKFILES: 1
@@ -25,6 +25,6 @@ jobs:
25
- uses: ./
26
with:
27
security-trivyignore: ${{ matrix.args.security-trivyignore }}
28
- task-install: yes
+ task-install: "yes"
29
testing-type: ${{ matrix.args.testing-type }}
30
trivy-version: ${{ matrix.args.trivy-version }}
action.yml
@@ -69,7 +69,7 @@ inputs:
69
description: |
70
Whether to ignore certain Trivy vulnerabilities or not.
71
task-install:
72
- default: no
+ default: "no"
73
74
Whether Task should be installed.
75
task-version:
0 commit comments