chore(deps): update github.com/charmbracelet/colorprofile digest to 06f135b in go.mod #860
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: Grype | |
on: | |
push: | |
branches: | |
- "main" | |
tags: | |
- "v*" | |
pull_request: | |
jobs: | |
# ------------------------------ | |
scan-source: | |
name: scan-source | |
runs-on: ubuntu-latest | |
permissions: | |
security-events: write | |
actions: read | |
contents: read | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: anchore/scan-action@v6 | |
with: | |
path: "." | |
fail-build: true | |
# ------------------------------ |