Merge pull request #332 from arunsathiya/master

ci: Use `GITHUB_OUTPUT` instead of set-output
This commit is contained in:
Stefan Prodan
2023-12-29 00:11:06 +02:00
committed by GitHub
+2 -2
View File
@@ -3,7 +3,7 @@ name: cve-scan
on:
push:
branches:
- 'master'
- "master"
permissions:
contents: read
@@ -19,7 +19,7 @@ jobs:
run: |
IMAGE=test/podinfo:${GITHUB_SHA}
docker build -t ${IMAGE} .
echo "::set-output name=image::$IMAGE"
echo "image=$IMAGE" >> $GITHUB_OUTPUT
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with: