diff options
author | Valery Piashchynski <[email protected]> | 2023-10-26 18:18:15 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-26 18:18:15 +0200 |
commit | 0f1df9129e5de8600464ab1ffd5fc41a9598bd93 (patch) | |
tree | f6f496f0709e571506017b5c9c193fdf87963558 /.github | |
parent | 6eddf5596fe1c264d45ae40bace908f25340b281 (diff) | |
parent | 795d29f783f706b36ada5898aca99fcd7de16e7c (diff) |
Merge branch 'master' into release/v2023.3.3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a0cf2fa2..aeef9119 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Setup nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "14" @@ -147,7 +147,7 @@ jobs: - name: Try to execute run: docker run --rm rr:local -v - - uses: aquasecurity/[email protected] # action page: <https://github.com/aquasecurity/trivy-action> + - uses: aquasecurity/[email protected] # action page: <https://github.com/aquasecurity/trivy-action> with: image-ref: rr:local format: "table" |