Skip to content

Commit cb370c2

Browse files
committed
Add audit.toml
1 parent f44f446 commit cb370c2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.cargo/audit.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[advisories]
2+
ignore = [
3+
# Warning: unmaintained
4+
# Title: paste - no longer maintained
5+
"RUSTSEC-2024-0436",
6+
]
7+
8+
[output]
9+
quiet = false
10+
deny = ["warnings", "unmaintained"]

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI
22

33
on:
44
push:
5-
# branches:
6-
# - main
5+
branches:
6+
- main
77
pull_request:
88
types: [ opened, reopened, synchronize ]
99
branches:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Reduce Image Size
22

3+
[![license](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](LICENSE)
34
[![Crates.io](https://img.shields.io/crates/v/reduce_image_size.svg)](https://crates.io/crates/reduce_image_size)
45
[![docs.rs](https://docs.rs/reduce_image_size/badge.svg)](https://docs.rs/reduce_image_size/)
56
[![CI](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml/badge.svg)](https://github.com/ivanbgd/reduce-image-size-rust/actions/workflows/ci.yml)

0 commit comments

Comments
 (0)