build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 #774
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Hadolint | |
'on': push | |
jobs: | |
dive: | |
runs-on: ubuntu-latest | |
name: Analyze image using hadolint | |
steps: | |
- uses: actions/[email protected] | |
- uses: hadolint/[email protected] | |
with: | |
dockerfile: Dockerfile |