Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action from 0.25.0 to 0.26.0 in /.github/work…
Browse files Browse the repository at this point in the history
…flows (#95)

## v2.0.1 - 2024-10-10
### What's Changed
**Full Changelog**: v2.0.0...v2.0.1 by @obervinov in #95
#### 🚀 Features
* #95
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 07c40a9 commit 57f016f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on: # yamllint disable-line rule:truthy

jobs:
lint:
uses: obervinov/_templates/.github/workflows/yamllint.yaml@release/v2.0.0
uses: obervinov/_templates/.github/workflows/yamllint.yaml@main
pr:
uses: obervinov/_templates/.github/workflows/pr.yaml@release/v2.0.0
uses: obervinov/_templates/.github/workflows/pr.yaml@main
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
--build-arg="PROJECT_DESCRIPTION=${PROJECT_DESCRIPTION}" .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.25.0
uses: aquasecurity/trivy-action@0.26.0
with:
image-ref: 'ghcr.io/${{ github.repository }}:${{ env.TAG }}'
format: 'template'
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).


## v2.0.1 - 2024-10-10
### What's Changed
**Full Changelog**: https://github.com/obervinov/_templates/compare/v2.0.0...v2.0.1 by @obervinov in https://github.com/obervinov/_templates/pull/95
#### 🚀 Features
* [Bump aquasecurity/trivy-action from 0.25.0 to 0.26.0 in /.github/workflows](https://github.com/obervinov/_templates/pull/95)


## v2.0.0 - 2024-10-10
### What's Changed
**Full Changelog**: https://github.com/obervinov/_templates/compare/v1.2.9...v2.0.0 by @obervinov in https://github.com/obervinov/_templates/pull/94
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
This repository contains templates for creating standard repositories
- **Workflow templates for GitHub Actions**
- docker
- changelog.md
- readme.md
- python
- terraform
- release
- pull-request
- yaml
- helm
- **Icons for documentation other repositories**
Expand Down

0 comments on commit 57f016f

Please sign in to comment.