Azure / container-scan

A GitHub action to help you scan your docker image for vulnerabilities
MIT License
219 stars 42 forks source link

Update dependency versions to avoid GitHub warnings #156

Open brianloss opened 2 years ago

brianloss commented 2 years ago

Update to node 16 to avoid:

Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16: Azure/container-scan

Update actions/core to at least 1.10.0 to avoid:

The `set-output` command is deprecated and will be disabled soon.
Please upgrade to using Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Fixes #155

github-actions[bot] commented 2 years ago

This PR is idle because it has been open for 14 days with no activity.