chore(deps): bump anchore/scan-action from 3.3.5 to 3.3.6 (#312)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.5 to 3.3.6. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/v3.3.5...v3.3.6) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
85e7714344
commit
29e758c60e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test_pr.yml
vendored
2
.github/workflows/test_pr.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Scan image
|
- name: Scan image
|
||||||
uses: anchore/scan-action@v3.3.5
|
uses: anchore/scan-action@v3.3.6
|
||||||
id: scan
|
id: scan
|
||||||
with:
|
with:
|
||||||
image: "hipages/php-fpm_exporter:latest"
|
image: "hipages/php-fpm_exporter:latest"
|
||||||
|
|
2
.github/workflows/test_push.yml
vendored
2
.github/workflows/test_push.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Scan image
|
- name: Scan image
|
||||||
uses: anchore/scan-action@v3.3.5
|
uses: anchore/scan-action@v3.3.6
|
||||||
id: scan
|
id: scan
|
||||||
with:
|
with:
|
||||||
image: "hipages/php-fpm_exporter:latest"
|
image: "hipages/php-fpm_exporter:latest"
|
||||||
|
|
Loading…
Reference in a new issue