Skip to content

Commit

Permalink
Merge pull request #332 from arunsathiya/master
Browse files Browse the repository at this point in the history
ci: Use `GITHUB_OUTPUT` instead of set-output
  • Loading branch information
stefanprodan authored Dec 28, 2023
2 parents 33dac1b + 9f9c2f3 commit badf327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cve-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cve-scan
on:
push:
branches:
- 'master'
- "master"

permissions:
contents: read
Expand All @@ -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:
Expand Down

0 comments on commit badf327

Please sign in to comment.