Skip to content

Commit

Permalink
syft: use scan instead of deprecated packages arg (#3613)
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyE123 authored Jun 7, 2024
1 parent 607a2bc commit ac2ac48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Reporters

- Fixes
- [syft](https://github.com/anchore/syft) use `scan` instead of deprecated `packages` arg

- Doc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ linters:
config_file_name: .syft.yaml
cli_config_arg_name: --config
cli_lint_extra_args:
- packages
- scan
- .
cli_sarif_args:
- --output
Expand Down

0 comments on commit ac2ac48

Please sign in to comment.