Skip to content

Commit

Permalink
bug fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
obervinov committed Oct 23, 2024
1 parent 57f016f commit 0b42069
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,20 @@ jobs:
--build-arg="PROJECT_DESCRIPTION=${PROJECT_DESCRIPTION}" .
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.26.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: 'ghcr.io/${{ github.repository }}:${{ env.TAG }}'
format: 'template'
template: '@/contrib/sarif.tpl'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'
continue-on-error: true

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: 'trivy-results.sarif'
continue-on-error: true

- name: Push docker image to GHCR
run: |
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ 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.2 - 2024-10-23
### What's Changed
**Full Changelog**: https://github.com/obervinov/_templates/compare/v2.0.1...v2.0.2 by @obervinov in https://github.com/obervinov/_templates/pull/98
#### 🚀 Features
* bump dependency versions
#### 🐛 Bug Fixes
* set trivy job as not necessary (for fix `TOOMANYREQUESTS` error)


## 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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 obervinov
Copyright (c) 2024 obervinov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Versions supported to fix vulnerabilities

| Version | Supported |
| ------- | ------------------ |
| 1.x.x | :white_check_mark: |
| 2.x.x | :white_check_mark: |
| 1.x.x | :x: |

## Reporting a Vulnerability

Expand Down

0 comments on commit 0b42069

Please sign in to comment.