diff --git a/.github/workflows/_pr.yaml b/.github/workflows/_pr.yaml index 295827c..6edea0e 100644 --- a/.github/workflows/_pr.yaml +++ b/.github/workflows/_pr.yaml @@ -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 diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index a092804..0bb79d7 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4ea5f..1fa94de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index becb6b5..9b7a288 100644 --- a/README.md +++ b/README.md @@ -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**